mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 21:33:21 +00:00
Fix WebUI error in development mode (#1835)
Caused by using JSX features without importing React Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
7a02c1d9ba
commit
bbb45568ad
|
@ -1,3 +1,5 @@
|
|||
import React from 'react';
|
||||
|
||||
// Copied from emoji-mart for consistency with emoji picker and since
|
||||
// they don't export the icons in the package
|
||||
export const loupeIcon = (
|
||||
|
|
Loading…
Reference in a new issue