svelte switch, first steps

This commit is contained in:
Josh Patra
2025-04-11 21:08:36 -04:00
parent a9e8f2072f
commit 234cc639f7
40 changed files with 5151 additions and 17729 deletions

View File

@@ -0,0 +1,3 @@
import { asClassComponent } from 'svelte/legacy';
import Root from './root.svelte';
export default asClassComponent(Root);