Added static Input-Form Prototype
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import CourseNameInput from "@/components/CourseNameInput";
|
||||
import SemesterRangeInput from "@/components/SemesterRangeInput";
|
||||
import InputFormButtons from "@/components/InputFormButtons";
|
||||
import DozentSelector from "@/components/DozentSelector";
|
||||
|
||||
export default function InputForm() {
|
||||
return (
|
||||
<>
|
||||
<div className="inputForm round-border">
|
||||
<CourseNameInput/>
|
||||
<SemesterRangeInput/>
|
||||
<DozentSelector/>
|
||||
<InputFormButtons/>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user