From 693c411c43fab083b6f8c0bc70ef79c61db3b15e Mon Sep 17 00:00:00 2001 From: SebellKo <79312827+SebellKo@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:23:31 +0900 Subject: [PATCH 1/9] =?UTF-8?q?[Feat/#192]:=20=ED=94=84=EB=A1=9C=ED=95=84?= =?UTF-8?q?=20=ED=94=BC=EB=93=9C=20=EC=95=84=EC=9D=B4=ED=85=9C=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/components/Feed/ProfileFeedItem.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/features/Profile/components/Feed/ProfileFeedItem.tsx b/src/features/Profile/components/Feed/ProfileFeedItem.tsx index bbb4a6e0..4c3e128e 100644 --- a/src/features/Profile/components/Feed/ProfileFeedItem.tsx +++ b/src/features/Profile/components/Feed/ProfileFeedItem.tsx @@ -6,6 +6,7 @@ import React from 'react'; import { getPath } from '@/utils/getPath'; import { useUserId } from '@/store/sessionStore'; import { useCustomRouter } from '@/hooks/useCustomRouter'; +import { IMAGES } from '@/constants/images'; interface Props { feedData: GetProfileFeedItem; @@ -23,16 +24,16 @@ function ProfileFeedItem({ feedData }: Props) {