chore: web cleanup (#16849)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user