forgot an import

This commit is contained in:
Alec Armbruster 2023-06-20 15:51:37 -04:00
parent fe8368548b
commit cc4ecb585e
No known key found for this signature in database
GPG Key ID: 52BC7C84E960FD1B
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import { isBrowser } from "@utils/browser";
import autosize from "autosize";
import classNames from "classnames";
import { NoOptionI18nKeys } from "i18next";
@ -20,7 +21,6 @@ import {
setupTribute,
toast,
} from "../../utils";
import isBrowser from "../../utils/browser/is-browser";
import { EmojiPicker } from "./emoji-picker";
import { Icon, Spinner } from "./icon";
import { LanguageSelect } from "./language-select";