3강 완료

This commit is contained in:
wallace 2024-10-29 21:30:58 +09:00
parent e11a711a04
commit e1143ef471
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
const BlogPage = () => {
return (
<div>
Blog Page
</div>
);
};
export default BlogPage; // 이 부분을 작성하지 않으면 오류가 발생합니다.

View File

@ -6,7 +6,6 @@ export default function Home() {
<Button size ="sm">
Click me!
</Button>
Hello World!
</div>
);
};