mirror of
https://github.com/danbulant/Mangades
synced 2026-06-21 15:41:52 +00:00
add test error page
This commit is contained in:
parent
6c7df61f56
commit
8c6de3f1f6
1 changed files with 3 additions and 0 deletions
3
src/routes/error/+page.svelte
Normal file
3
src/routes/error/+page.svelte
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<script>
|
||||
throw new Error("Shouldn't load");
|
||||
</script>
|
||||
Loading…
Reference in a new issue