🎨 Add switch UI component

This commit is contained in:
pheralb
2025-09-21 19:16:42 +01:00
parent 44fd09efb2
commit bf90439c63
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
import Root from "./switch.svelte";
export { Root, Root as Switch };