박민정

[feat] Add logout button on main page

...@@ -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
......