fix: .js toevoegen aan imports
This commit is contained in:
		
							parent
							
								
									6847961688
								
							
						
					
					
						commit
						04fd54e3d6
					
				
					 25 changed files with 73 additions and 75 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import { authorize } from './auth-checks'; | ||||
| import { fetchClass } from '../../../services/classes'; | ||||
| import { fetchGroup } from '../../../services/groups'; | ||||
| import { mapToUsername } from '../../../interfaces/user'; | ||||
| import { authorize } from './auth-checks.js'; | ||||
| import { fetchClass } from '../../../services/classes.js'; | ||||
| import { fetchGroup } from '../../../services/groups.js'; | ||||
| import { mapToUsername } from '../../../interfaces/user.js'; | ||||
| 
 | ||||
| /** | ||||
|  * Expects the path to contain the path parameters 'classid', 'assignmentid' and 'groupid'. | ||||
|  |  | |||
		Reference in a new issue