chore: upgrade routify

Support sass and typescript
This commit is contained in:
Enrico Sacchetti 2023-01-23 09:45:40 -05:00
commit 47722011b0
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
11 changed files with 478 additions and 357 deletions

View file

@ -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>

View file

@ -1,5 +1,5 @@
<script>
import { isActive, url, layout, beforeUrlChange } from "@sveltech/routify";
import { isActive, url, layout, beforeUrlChange } from "@roxi/routify";
import {
Header,
HeaderUtilities,

View file

@ -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 =