fbla26/src/lib/components/ui/switch/index.ts
2026-02-07 00:45:35 -06:00

8 lines
77 B
TypeScript

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