svelte check fix

This commit is contained in:
Lurkars 2021-09-12 11:29:53 +02:00
parent e5b3088b5e
commit 59c22c8dfc

View file

@ -1,6 +1,5 @@
<script lang="typescript">
import { get } from "svelte/store";
import type { Unsubscriber } from "svelte/store";
import { emoteStore, emoteMenuStore } from "../../Stores/EmoteStore";
import { onDestroy, onMount } from "svelte";