Skip to content

Commit e98c3e7

Browse files
committed
Chore : test 삭제
1 parent 5a0fa22 commit e98c3e7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

pages/index.tsx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
import AddModal from "@/components/modal/AddModal";
2-
interface ItemType {
3-
id: number;
4-
title: string;
5-
totalCount: number;
6-
}
7-
const list: ItemType[] = [
8-
{ id: 1, title: "코딩팁", totalCount: 7 },
9-
{ id: 2, title: "채용 사이트", totalCount: 7 },
10-
{ id: 3, title: "유용한 글", totalCount: 7 },
11-
{ id: 4, title: "나만의 장소", totalCount: 7 },
12-
];
13-
14-
export default function Home() {
15-
return <AddModal list={list} />;
16-
}
1+
export default function Home() {}

0 commit comments

Comments
 (0)