3강 완료
This commit is contained in:
parent
e11a711a04
commit
e1143ef471
@ -1,9 +0,0 @@
|
||||
const BlogPage = () => {
|
||||
return (
|
||||
<div>
|
||||
Blog Page
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default BlogPage; // 이 부분을 작성하지 않으면 오류가 발생합니다.
|
@ -6,7 +6,6 @@ export default function Home() {
|
||||
<Button size ="sm">
|
||||
Click me!
|
||||
</Button>
|
||||
Hello World!
|
||||
</div>
|
||||
);
|
||||
};
|
Loading…
Reference in New Issue
Block a user