move twemoji menu to svelte
This commit is contained in:
parent
b50253a529
commit
e553392d9d
7 changed files with 132 additions and 138 deletions
4
front/src/Stores/EmoteStore.ts
Normal file
4
front/src/Stores/EmoteStore.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { writable } from "svelte/store";
|
||||
|
||||
export const emoteStore = writable<string | null>(null);
|
||||
export const emoteMenuStore = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue