mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
chore: upgrade routify
Support sass and typescript
This commit is contained in:
parent
2e38c657ad
commit
47722011b0
11 changed files with 478 additions and 357 deletions
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import { Content, Grid, Row, Column, Link } from "carbon-components-svelte";
|
||||
import { url, metatags } from "@sveltech/routify";
|
||||
import { url, metatags } from "@roxi/routify";
|
||||
|
||||
metatags.title = "404";
|
||||
</script>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
import { isActive, url, layout, beforeUrlChange } from "@sveltech/routify";
|
||||
import { isActive, url, layout, beforeUrlChange } from "@roxi/routify";
|
||||
import {
|
||||
Header,
|
||||
HeaderUtilities,
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
} from "carbon-components-svelte";
|
||||
import TileCard from "../components/TileCard.svelte";
|
||||
import { theme } from "../store";
|
||||
import { metatags } from "@sveltech/routify";
|
||||
import { metatags } from "@roxi/routify";
|
||||
|
||||
metatags.title = "Carbon Components Svelte";
|
||||
metatags.description =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue