From f3b124b6415d071af869926a0d977471ef3b46a7 Mon Sep 17 00:00:00 2001 From: "lky062@naver.com" Date: Sat, 14 Sep 2024 20:55:21 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20png=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Post/PostBottomSheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post/PostBottomSheet.tsx b/src/components/Post/PostBottomSheet.tsx index bbc86e9..5f137a9 100644 --- a/src/components/Post/PostBottomSheet.tsx +++ b/src/components/Post/PostBottomSheet.tsx @@ -1,5 +1,5 @@ import { BottomSheet } from 'react-spring-bottom-sheet'; -import { Image, Text } from '../../assets/svg'; +import { Text } from '../../assets/svg'; import styled from 'styled-components'; import recreateIcon from '../../assets/Icon/recreate_icon.png';