Skip to content

Commit

Permalink
Update UploadEmoji.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
dagreenboi authored Sep 22, 2024
1 parent 757cc8e commit 5efdc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/modals/UploadEmoji.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import Modal from "../Modal.svelte";
import {authHeader, chat} from "../stores.js";
import {authHeader, chats, chat} from "../stores.js";
import {apiUrl} from "../urls.js";
import * as modals from "../modals.js";
Expand Down

0 comments on commit 5efdc50

Please sign in to comment.