mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 15:15:19 +00:00
add missed semicolon
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
import { onMount, onDestroy } from 'svelte'
|
import { onMount, onDestroy } from 'svelte';
|
||||||
|
|
||||||
export let status, error = {};
|
export let status, error = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user