Fix missing import

This commit is contained in:
Made Baruna 2021-08-06 05:32:09 +07:00
parent e0c9a3ba74
commit 9f15fd4f33
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD

View file

@ -1,5 +1,5 @@
<script>
import { createEventDispatcher, onMount } from 'svelte';
import { createEventDispatcher, onMount, tick } from 'svelte';
import { t } from 'svelte-i18n';
const numberFormat = Intl.NumberFormat('en', {