add placeholder pages so we don't get 404s
This commit is contained in:
parent
bccf7caf34
commit
ac54b78a13
3 changed files with 21 additions and 0 deletions
7
Catalogger.Frontend/src/routes/+error.svelte
Normal file
7
Catalogger.Frontend/src/routes/+error.svelte
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
<script lang="ts">
|
||||||
|
import { page } from "$app/stores";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<h3>An error occurred</h3>
|
||||||
|
|
||||||
|
<p>{$page.error?.message}</p>
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<script lang="ts">
|
||||||
|
// TODO
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<h3>Ignored users</h3>
|
||||||
|
|
||||||
|
<p>This page is still under construction!</p>
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
<script lang="ts">
|
||||||
|
// TODO
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<h3>Key roles</h3>
|
||||||
|
|
||||||
|
<p>This page is still under construction!</p>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue