mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-13 11:18:28 +01:00
Fix missing import
This commit is contained in:
parent
e0c9a3ba74
commit
9f15fd4f33
1 changed files with 1 additions and 1 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Reference in a new issue