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>