We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0fa22 commit e98c3e7Copy full SHA for e98c3e7
pages/index.tsx
@@ -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
+export default function Home() {}
0 commit comments