update-emoji-mart
ewwwwwwww 2022-07-09 15:35:50 -07:00
rodzic 317672e6ec
commit 540b28364b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ const getSpritesheetURL = (set: string) => {
const getImageURL = (set: string, name: string) => {
console.log(set, name);
return `/packs/images/${name}.svg`;
return `/packs/emojis/${name}.svg`;
}
function Picker(props: PickerProps) {