Corrected NewWeeklyReport (prev. TimeReports) and changed imports
This commit is contained in:
		
							parent
							
								
									8d0da111eb
								
							
						
					
					
						commit
						62f1926305
					
				
					 5 changed files with 36 additions and 34 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| import BasicWindow from "../../Components/BasicWindow"; | ||||
| import Button from "../../Components/Button"; | ||||
| import NewTimeReport from "../../Components/TimeReport"; | ||||
| import NewTimeReport from "../../Components/NewWeeklyReport"; | ||||
| 
 | ||||
| function UserEditTimeReportPage(): JSX.Element { | ||||
|   const content = ( | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| import BasicWindow from "../../Components/BasicWindow"; | ||||
| import Button from "../../Components/Button"; | ||||
| import NewTimeReport from "../../Components/TimeReport"; | ||||
| import NewTimeReport from "../../Components/NewWeeklyReport"; | ||||
| import { Link } from "react-router-dom"; | ||||
| 
 | ||||
| function UserNewTimeReportPage(): JSX.Element { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Mattias
						Mattias