diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 3a0c739..44dbbe5 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -2,7 +2,6 @@ import AppBar from "$lib/ui/appbar/AppBar.svelte"; import Button from "$lib/ui/Button.svelte"; import { getI18n } from "$lib/i18n"; - import { goto } from '$app/navigation'; const t = getI18n().errorPage;