Browse Source
Fix WebUI error in development mode (#19078)
Caused by using JSX features without importing React
closed-social-glitch-2
Claire
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
app/javascript/mastodon/utils/icons.js
|
|
@ -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 = ( |
|
|
|