Calender Side Bar on Click
This commit is contained in:
@@ -15,18 +15,7 @@ export default function planning(p)
|
||||
<Logout/>
|
||||
<Back onClick={() => router.back()}/>
|
||||
<Background/>
|
||||
<div style={{
|
||||
display : "flex",
|
||||
flexDirection : "row",
|
||||
justifyContent : "space-around",
|
||||
alignItems : "center"
|
||||
}}>
|
||||
<BasicDateCalendar startyear={2023} startday={1} endyear={2024} endday={100}/>
|
||||
<CalenderView/>
|
||||
<div style={{
|
||||
width : 250
|
||||
}}></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user