3강 10분

This commit is contained in:
wallace 2024-10-29 01:09:42 +09:00
parent 9e9636a6e5
commit e11a711a04
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

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