Files
TIF22A_AnwProjekt_B/anwendung/src/components/CourseNameInput.jsx
T

8 lines
164 B
React

export default function CourseNameInput(){
return(
<>
<h3>Kursname</h3>
<input className="courseNameInput"/>
</>
)
}