Added the register component to content
This commit is contained in:
		
							parent
							
								
									a225020f6f
								
							
						
					
					
						commit
						aae05acedb
					
				
					 1 changed files with 6 additions and 8 deletions
				
			
		|  | @ -1,18 +1,16 @@ | |||
| import BasicWindow from "../../Components/BasicWindow"; | ||||
| import Button from "../../Components/Button"; | ||||
| import Register from "../../Components/Register"; | ||||
| 
 | ||||
| function AdminAddUser(): JSX.Element { | ||||
|   const content = <></>; | ||||
|   const content = ( | ||||
|     <> | ||||
|       <Register /> | ||||
|     </> | ||||
|   ); | ||||
| 
 | ||||
|   const buttons = ( | ||||
|     <> | ||||
|       <Button | ||||
|         text="Finish" | ||||
|         onClick={(): void => { | ||||
|           return; | ||||
|         }} | ||||
|         type="button" | ||||
|       /> | ||||
|       <Button | ||||
|         text="Back" | ||||
|         onClick={(): void => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mattias
						Mattias