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