mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-08 20:38:04 -05:00
9 lines
140 B
Svelte
9 lines
140 B
Svelte
<script>
|
|
import { error } from '@sveltejs/kit';
|
|
</script>
|
|
|
|
<div class="container-fluid w-75 my-3">
|
|
<h3>Error!</h3>
|
|
<p>{error}</p>
|
|
</div>
|