From a3fbcbffb2365c989d6e7bfa108e48014c459b14 Mon Sep 17 00:00:00 2001 From: Courier Date: Sat, 22 Nov 2025 23:17:00 +0400 Subject: [PATCH] 404 page init --- src/routes/+error.svelte | 1 - 1 file changed, 1 deletion(-) 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;