forked from treehouse/mastodon
Fix WebUI error in development mode (#19078)
Caused by using JSX features without importing Reactrebase/4.0.0rc1
parent
4aa3b9bd01
commit
90917b305a
|
@ -1,3 +1,5 @@
|
||||||
|
import React from 'react';
|
||||||
|
|
||||||
// Copied from emoji-mart for consistency with emoji picker and since
|
// Copied from emoji-mart for consistency with emoji picker and since
|
||||||
// they don't export the icons in the package
|
// they don't export the icons in the package
|
||||||
export const loupeIcon = (
|
export const loupeIcon = (
|
||||||
|
|
Loading…
Reference in New Issue