Skip to content

Commit

Permalink
feat: 레이아웃용 Header 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hj9118 committed Apr 23, 2024
1 parent d022547 commit 350b288
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/_components/Header.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const Header = () => {
return <header>Header</header>;
};

export default Header;

0 comments on commit 350b288

Please sign in to comment.