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