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

@ -32,7 +32,7 @@ import {
validURL,
webArchiveUrl,
} from "../../utils";
import { debounce } from "../../utils/helpers/debounce";
import debounce from "../../utils/helpers/debounce";
import { Icon, Spinner } from "../common/icon";
import { LanguageSelect } from "../common/language-select";
import { MarkdownTextArea } from "../common/markdown-textarea";