fix import

This commit is contained in:
waltcow 2023-04-05 15:31:46 +08:00 committed by GitHub
parent 91322f33eb
commit 80904ac2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { useState, useEffect, useMemo, HTMLProps } from "react";
import EmojiPicker, { Theme as EmojiTheme, EmojiStyle, } from "emoji-picker-react";
import EmojiPicker, { Theme as EmojiTheme, EmojiStyle } from "emoji-picker-react";
import styles from "./settings.module.scss";