frontend/src/lib/components/shadcn/switch/index.ts
2024-10-18 09:01:40 +02:00

8 lines
87 B
TypeScript

import Root from "./switch.svelte";
export {
Root,
//
Root as Switch,
};