start of routing

This commit is contained in:
vcoppe
2024-04-22 19:36:31 +02:00
parent 32b15feb0a
commit d46662e038
18 changed files with 455 additions and 74 deletions

View File

@@ -0,0 +1,7 @@
import Root from "./switch.svelte";
export {
Root,
//
Root as Switch,
};