First Prototype Frontend (Not Finished)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import InputForm from "@/components/InputForm";
|
||||
|
||||
export default function CreateSemester(p)
|
||||
{
|
||||
return (
|
||||
<div className={"normal-centered"}>
|
||||
<InputForm/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user