make suggested changes

This commit is contained in:
Alec Armbruster 2023-06-20 10:21:31 -04:00
parent b874eaa38d
commit 2d4c9dd1c2
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B
6 changed files with 7 additions and 8 deletions

View file

@ -1,3 +1,4 @@
import { debounce } from "@utils/helpers";
import autosize from "autosize";
import { Component, InfernoNode, linkEvent } from "inferno";
import {
@ -32,7 +33,6 @@ 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";