Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
import Root from './input.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Input
|
|
};
|