8 lines
79 B
TypeScript
8 lines
79 B
TypeScript
import Root from './switch.svelte';
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Switch
|
|
};
|