reset, merge issues

This commit is contained in:
Alec Armbruster 2023-06-16 18:56:23 -04:00
parent 9c37cea106
commit 6c6ddd5b51
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B
19 changed files with 164 additions and 145 deletions

View file

@ -18,7 +18,6 @@ import {
archiveTodayUrl,
capitalizeFirstLetter,
communityToChoice,
debounce,
fetchCommunities,
getIdFromString,
ghostArchiveUrl,
@ -33,6 +32,7 @@ import {
validURL,
webArchiveUrl,
} from "../../utils";
import { debounce } from "../../utils/helpers/debounce";
import { Icon, Spinner } from "../common/icon";
import { LanguageSelect } from "../common/language-select";
import { MarkdownTextArea } from "../common/markdown-textarea";