chore: web cleanup (#16849)

This commit is contained in:
Jason Rasmussen
2025-03-13 18:04:21 -04:00
committed by GitHub
parent 858d1e9d9b
commit f69d7e7bad
6 changed files with 20 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<script>
import { page } from '$app/state';
import Error from '$lib/components/error.svelte';
import ErrorLayout from '$lib/components/layouts/ErrorLayout.svelte';
</script>
<Error error={page.error}></Error>
<ErrorLayout error={page.error}></ErrorLayout>