mirror of
https://github.com/danbulant/Mangades
synced 2026-06-21 07:31:46 +00:00
10 lines
No EOL
188 B
Svelte
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} /> |