Calender View Sync Prototype Working Correctly

This commit is contained in:
brausjonas
2023-05-26 02:10:15 +02:00
parent f52d4275ba
commit b4c71af857
9 changed files with 3068 additions and 532 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
import CalenderView from "@/components/CalenderView";
import Background from "@/components/Background";
export default function planning(p)
{
return (
<CalenderView/>
<>
<Background/>
<CalenderView/>
</>
)
}