webcompile/src/routes/+error.svelte

6 lines
217 B
Svelte
Raw Normal View History

2022-12-27 20:58:47 +05:30
<script lang="ts">
import { page } from '$app/stores';
</script>
<h1>{$page.status}: {$page.error?.message}</h1>
<span class="italic">The fetch request to the API probably failed, please contact us on Matrix.</span>