From 174ec9b4a69b5ba81b45f60ed2d7138dbaba2d1d Mon Sep 17 00:00:00 2001 From: hwinkr Date: Fri, 1 Dec 2023 22:02:59 +0900 Subject: [PATCH] =?UTF-8?q?chore(delete=20unused=20module):=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/AnnounceList/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/List/AnnounceList/index.tsx b/src/components/List/AnnounceList/index.tsx index 95780d28..79e23884 100644 --- a/src/components/List/AnnounceList/index.tsx +++ b/src/components/List/AnnounceList/index.tsx @@ -1,7 +1,5 @@ import { ANNOUNCEMENT_TYPE } from '@constants/announcement'; -import styled from '@emotion/styled'; import { AnnounceSearchList } from '@pages/Announcement/components'; -import { THEME } from '@styles/ThemeProvider/theme'; import { AnnounceItemList, AnnouncementType } from '@type/announcement'; import { AxiosError, AxiosResponse } from 'axios'; import { Fragment } from 'react';