remove temp debounce

This commit is contained in:
Michael Freno
2025-12-20 13:34:18 -05:00
parent 9cea36988c
commit e9a2b00254
7 changed files with 5 additions and 62 deletions

View File

@@ -12,7 +12,7 @@ import type {
CommentReaction,
UserPublicData
} from "~/types/comment";
import { debounce } from "~/lib/comment-utils";
import { debounce } from "es-toolkit";
import UserDefaultImage from "~/components/icons/UserDefaultImage";
import ReplyIcon from "~/components/icons/ReplyIcon";
import TrashIcon from "~/components/icons/TrashIcon";