Skip to content

Commit bb9bb2b

Browse files
committed
Hompage에 LoginPage Link를 추가합니다
1 parent 74303e2 commit bb9bb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HomePage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function HomePage() {
66
<h2>Home</h2>
77
<ul>
88
<li><Link to="/about">About</Link></li>
9+
<li><Link to="/login">Login</Link></li>
910
<li><Link to="/restaurants">Restaurants</Link></li>
1011
</ul>
1112
</div>

0 commit comments

Comments
 (0)