]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post-form.tsx
make suggested changes
[lemmy-ui.git] / src / shared / components / post / post-form.tsx
index 02a5906715cf289cf7935b74682fbee0cbc209f1..9742b34583f1b297c866e91bb4a1af418557f892 100644 (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";