Added Submitbutton

This commit is contained in:
AlexE030
2023-06-13 19:28:32 +02:00
parent e65ae7b90e
commit c02a0592ed
7 changed files with 100 additions and 6 deletions
+2
View File
@@ -5,6 +5,7 @@ import Back from "@/components/Back";
import BasicDateCalendar from "@/components/CalendarSideBar";
import {useRouter} from "next/router";
import HelpButton from "@/components/HelpButton";
import SubmitButton from "@/components/SubmitButton";
export default function planning(p)
@@ -18,6 +19,7 @@ export default function planning(p)
<HelpButton/>
<Background/>
<CalenderView/>
<SubmitButton />
</div>
)
}