Skip to content

Commit

Permalink
Minor : 사용하지 않는 모듈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry committed Dec 13, 2023
1 parent f8e3ab5 commit 91bc302
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/post/PostCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import ShareIcon from "@/assets/icons/ShareIcon.svg";
import LikeIcon from "@/assets/icons/LikeIcon.svg";
import CommentIcon from "@/assets/icons/CommentIcon.svg";
import AlcoholNameTag from "@/components/wiki/AlcoholNameTag";
import dayjs from "dayjs";
import useLikePostMutation from "@/queries/post/useLikePostMutation";
import useUnLikePostMutation from "@/queries/post/useUnLikePostMutation";
import "../newpost/quill.mention.css";
Expand Down

0 comments on commit 91bc302

Please sign in to comment.