New Calender View Design

This commit is contained in:
brausjonas
2023-05-26 14:24:38 +02:00
parent cf7201bc80
commit edaba10719
6 changed files with 219413 additions and 48 deletions
+2
View File
@@ -1,11 +1,13 @@
import CalenderView from "@/components/CalenderView";
import Background from "@/components/Background";
import Logout from "@/components/Logout";
export default function planning(p)
{
return (
<>
<Logout/>
<Background/>
<CalenderView/>
</>