исправление ошибок компиляции

This commit is contained in:
Dmitry Borisenko
2022-08-23 15:13:50 +02:00
parent 7eff0a6a1a
commit b026df0cdb
5 changed files with 38 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
<script>
import App from "../App.svelte";
export let widget;
export let toggleState = false;
export let wsPush = (ws, topic, status) => {};