Skip to content

Commit

Permalink
chore(delete unused module): 사용하지 않는 모듈 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Dec 1, 2023
1 parent 8886947 commit 174ec9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/List/AnnounceList/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 174ec9b

Please sign in to comment.