Files
cobalt/web/src/routes/404/+page.svelte
wukko 779cd54a68
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
web: add a 404 page & generic 404 error redirector
2025-06-03 11:06:24 +06:00

6 lines
115 B
Svelte

<script>
import ErrorRedirector from "$components/misc/ErrorRedirector.svelte";
</script>
<ErrorRedirector />