Added static Input-Form Prototype
This commit is contained in:
@@ -7,6 +7,8 @@ import WeekSelector from "@/components/WeekSelector";
|
||||
import PopUp from "@/components/PopUp";
|
||||
import CalenderView from "@/components/CalenderView";
|
||||
import DateElement from "@/components/DateElement";
|
||||
import InputForm from "@/components/InputForm";
|
||||
|
||||
|
||||
|
||||
const inter = Inter({subsets: ['latin']})
|
||||
@@ -14,13 +16,13 @@ const inter = Inter({subsets: ['latin']})
|
||||
export default function Home(p) {
|
||||
|
||||
|
||||
|
||||
return (
|
||||
|
||||
<>
|
||||
<div style={{height: 50}}></div>
|
||||
<CalenderView/>
|
||||
|
||||
<div className="container">
|
||||
<PopUp/>
|
||||
<InputForm/>
|
||||
</div>
|
||||
</>
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user