Update svelte to released v3

This commit is contained in:
mrkishi
2019-05-05 20:57:32 -03:00
parent f6e72a0432
commit 8fcc27d44f
5 changed files with 19 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
<h1>{error ? error.message : 'No error here'}</h1>
<script>
export let error;
</script>
<h1>{error ? error.message : 'No error here'}</h1>
<a href="enhance-your-calm">Enhance your calm</a>