mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +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,5 +1,5 @@
|
|||
<script>
|
||||
import { url } from "@sveltech/routify";
|
||||
import { url } from "@roxi/routify";
|
||||
import { Row, Column, Link } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { metatags, page } from "@sveltech/routify";
|
||||
import { metatags, page } from "@roxi/routify";
|
||||
import { Content, Grid } from "carbon-components-svelte";
|
||||
import Navigation from "./_navigation.svelte";
|
||||
import Theme from "../components/Theme.svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue