Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -11,7 +11,10 @@ function LandingPage() { | ... | @@ -11,7 +11,10 @@ function LandingPage() { |
11 | return ( | 11 | return ( |
12 | <div style={{justifyContent:'center', alignItems: 'center', display:'flex', width:'100%'}}> | 12 | <div style={{justifyContent:'center', alignItems: 'center', display:'flex', width:'100%'}}> |
13 | <h1>시작 페이지</h1> | 13 | <h1>시작 페이지</h1> |
14 | + <button> Logout </button> | ||
14 | </div> | 15 | </div> |
16 | + | ||
17 | + | ||
15 | ) | 18 | ) |
16 | } | 19 | } |
17 | 20 | ... | ... |
-
Please register or login to post a comment