]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/post/post.tsx
pull latest main
[lemmy-ui.git] / src / shared / components / post / post.tsx
index 05e4d9b918fdb116a193b5d4da7592f9347879a1..a471e649139c368d10c570ebd2d5303f4ad2203c 100644 (file)
@@ -64,7 +64,6 @@ import {
   buildCommentsTree,
   commentsToFlatNodes,
   commentTreeMaxDepth,
-  debounce,
   editComment,
   editWith,
   enableDownvotes,
@@ -84,6 +83,7 @@ import {
   updatePersonBlock,
 } from "../../utils";
 import { isBrowser } from "../../utils/browser/is-browser";
+import { debounce } from "../../utils/helpers/debounce";
 import { CommentForm } from "../comment/comment-form";
 import { CommentNodes } from "../comment/comment-nodes";
 import { HtmlTags } from "../common/html-tags";