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