8 lines
74 B
TypeScript
8 lines
74 B
TypeScript
import Root from './input.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Input
|
|
};
|