update imports

This commit is contained in:
Alec Armbruster 2023-06-19 21:48:38 -04:00
parent b4ac5b9f56
commit 69a123b6d8
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B
21 changed files with 53 additions and 58 deletions

View file

@ -20,7 +20,7 @@ import {
setupTribute,
toast,
} from "../../utils";
import { isBrowser } from "../../utils/browser/is-browser";
import isBrowser from "../../utils/browser/is-browser";
import { EmojiPicker } from "./emoji-picker";
import { Icon, Spinner } from "./icon";
import { LanguageSelect } from "./language-select";