Skip to content

Commit

Permalink
chore: <메인 페이지> 컴포넌트를 rafce 스니펫 형태로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dahyeo-n committed Dec 17, 2024
1 parent ed6550b commit 4f5c277
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default function Home() {
const Home = () => {
return <div>Home</div>;
}
};

export default Home;

0 comments on commit 4f5c277

Please sign in to comment.