chore: upgrade routify

This commit is contained in:
Enrico Sacchetti 2023-06-23 16:24:35 -04:00
commit ab1693bcc4
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
9 changed files with 285 additions and 688 deletions

View file

@ -7,7 +7,7 @@
import copy from "clipboard-copy";
import { CodeSnippet, Button } from "carbon-components-svelte";
import Launch from "carbon-icons-svelte/lib/Launch.svelte";
import { url } from "@sveltech/routify";
import { url } from "@roxi/routify";
import { theme } from "../store";
$: themedSrcUrl = $url(`${src}?theme=${$theme}`);