рабочий вариант

This commit is contained in:
Dmitry Borisenko
2022-08-16 00:11:38 +02:00
parent bb3e59e786
commit ba5ef9a3aa
2 changed files with 1 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
<script>
import App from "../App.svelte";
import { onMount } from "svelte";
import { handle_promise } from "svelte/internal";
onMount(async () => {
setDefaultValue();
});