Added static Input-Form Prototype

This commit is contained in:
AlexE030
2023-05-10 18:19:34 +02:00
parent 646c64c7d9
commit 7db358248d
7 changed files with 158 additions and 6 deletions
@@ -0,0 +1,8 @@
export default function CourseNameInput(){
return(
<>
<h3>Kursname</h3>
<input className="courseNameInput"/>
</>
)
}