Merge branch 'main' of https://github.com/DHBWLoerrach/TIF22A_AnwProjekt_B
This commit is contained in:
@@ -8,6 +8,7 @@ import PopUp from "@/components/PopUp";
|
||||
import CalenderView from "@/components/CalenderView";
|
||||
import DateElement from "@/components/DateElement";
|
||||
import InputForm from "@/components/InputForm";
|
||||
import Login from "@/Tests/login";
|
||||
|
||||
|
||||
|
||||
@@ -19,10 +20,15 @@ export default function Home(p) {
|
||||
return (
|
||||
|
||||
<>
|
||||
|
||||
<div className="container">
|
||||
<PopUp/>
|
||||
<InputForm/>
|
||||
</div>
|
||||
|
||||
<div style={{height: 50}}></div>
|
||||
<Login/>
|
||||
|
||||
</>
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user