mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
7 lines
146 B
Svelte
7 lines
146 B
Svelte
<script>
|
|
export let error;
|
|
</script>
|
|
|
|
<h1>{error ? error.message : 'No error here'}</h1>
|
|
|
|
<a href="enhance-your-calm">Enhance your calm</a> |