Mangades/src/App.svelte
2021-05-20 16:59:12 +02:00

10 lines
No EOL
188 B
Svelte

<script>
import { Router } from "@roxi/routify";
import { routes } from "../.routify/routes";
</script>
<style global>
@import "../assets/global.css";
</style>
<Router {routes} />