Added static Input-Form Prototype
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default function CourseNameInput(){
|
||||
return(
|
||||
<>
|
||||
<h3>Kursname</h3>
|
||||
<input className="courseNameInput"/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user