mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
chore(examples): update routify version to 2.x
This commit is contained in:
parent
251f986304
commit
1fdd2338f9
32 changed files with 2849 additions and 2693 deletions
|
@ -1,6 +1,10 @@
|
|||
<script>
|
||||
import { Router } from "@sveltech/routify";
|
||||
import { Router } from "@roxi/routify";
|
||||
import { routes } from "../.routify/routes";
|
||||
</script>
|
||||
|
||||
<Router routes="{routes}" />
|
||||
<style global>
|
||||
@import "carbon-components-svelte/css/all.css";
|
||||
</style>
|
||||
|
||||
<Router {routes} />
|
Loading…
Add table
Add a link
Reference in a new issue