Calender View Einheitliche Ränder

This commit is contained in:
brausjonas
2023-05-05 18:49:02 +02:00
parent 54394cc726
commit 9d05046106
3 changed files with 34 additions and 24 deletions
+2 -1
View File
@@ -17,8 +17,9 @@ export default function Home(p) {
return (
<>
<div style={{height: 100}}></div>
<div style={{height: 50}}></div>
<CalenderView/>
<PopUp/>
</>
)