ScreenSharingThing/Client/src/App.svelte
2023-07-02 15:51:49 +02:00

7 lines
140 B
Svelte

<script lang="ts">
import { Router } from "@roxi/routify";
import { routes } from "./.routify/routes";
</script>
<Router {routes} />