initial public commit
This commit is contained in:
5
ui/src/components/NotFoundPage.svelte
Normal file
5
ui/src/components/NotFoundPage.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import { replace } from "svelte-spa-router";
|
||||
|
||||
replace("/collections");
|
||||
</script>
|
||||
Reference in New Issue
Block a user