mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
10 lines
No EOL
204 B
Svelte
10 lines
No EOL
204 B
Svelte
<script>
|
|
import { Router } from "@roxi/routify";
|
|
import { routes } from "../.routify/routes";
|
|
</script>
|
|
|
|
<style global>
|
|
@import "carbon-components-svelte/css/all.css";
|
|
</style>
|
|
|
|
<Router {routes} /> |