Skip to content

Commit

Permalink
index페이지에 로그인/회원가입 페이지 이동 링크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
waterkail committed May 18, 2024
1 parent 31b678c commit 6eddeb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default function Home() {
<br />
<Link href="/shared">공유 페이지</Link>
<br />
<Link href="/signin">로그인 페이지</Link>
<br />
<Link href="/signup">회원가입 페이지</Link>
<br />
</main>
</>
);
Expand Down

0 comments on commit 6eddeb2

Please sign in to comment.