Added the register component to content

This commit is contained in:
Mattias 2024-03-16 02:47:39 +01:00
parent a67c44564f
commit d227ffc6ae

View file

@ -1,18 +1,16 @@
import BasicWindow from "../../Components/BasicWindow"; import BasicWindow from "../../Components/BasicWindow";
import Button from "../../Components/Button"; import Button from "../../Components/Button";
import Register from "../../Components/Register";
function AdminAddUser(): JSX.Element { function AdminAddUser(): JSX.Element {
const content = <></>; const content = (
<>
<Register />
</>
);
const buttons = ( const buttons = (
<> <>
<Button
text="Finish"
onClick={(): void => {
return;
}}
type="button"
/>
<Button <Button
text="Back" text="Back"
onClick={(): void => { onClick={(): void => {