Skip to content

Commit

Permalink
fix: export cardlist 제거
Browse files Browse the repository at this point in the history
cardList 파일을 삭제했는데 index.ts에서 export 하는 라인이 남아있어서 빌드 시 에러발생. 삭제함
  • Loading branch information
ppark2ya committed Feb 11, 2022
1 parent b788b8f commit bfaeae1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Main/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './CardList';
export * from './Card';

0 comments on commit bfaeae1

Please sign in to comment.