Fix WebUI error in development mode (#1835)

Caused by using JSX features without importing React

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Claire 2 years ago committed by GitHub
parent b7e297dc6c
commit 1b3977b3fb

@ -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…
Cancel
Save