This commit is contained in:
parent
7d5496e105
commit
9bb82e3083
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ interface ChatBoxEvents {
|
||||||
}
|
}
|
||||||
|
|
||||||
const LastUsedEmoji = () => {
|
const LastUsedEmoji = () => {
|
||||||
return new Emoji({ id: 'smiley', set: 'native' }).component
|
const le = new Emoji({ id: 'smiley', set: 'native' });
|
||||||
|
return le.component;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue