404 page init

This commit is contained in:
Courier
2025-11-22 23:17:00 +04:00
parent fd13846a5b
commit a3fbcbffb2
-1
View File
@@ -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;
</script>