fix: .js toevoegen aan imports
This commit is contained in:
parent
5168ceaee0
commit
e2ec28bbfb
3 changed files with 12 additions and 12 deletions
|
@ -5,8 +5,8 @@ import learningPathService from '../services/learning-paths/learning-path-servic
|
|||
import { Language } from '@dwengo-1/common/util/language';
|
||||
import { BadRequestException } from '../exceptions/bad-request-exception.js';
|
||||
import { NotFoundException } from '../exceptions/not-found-exception.js';
|
||||
import { Group } from '../entities/assignments/group.entity';
|
||||
import { getAssignmentRepository, getGroupRepository } from '../data/repositories';
|
||||
import { Group } from '../entities/assignments/group.entity.js';
|
||||
import { getAssignmentRepository, getGroupRepository } from '../data/repositories.js';
|
||||
|
||||
/**
|
||||
* Fetch learning paths based on query parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue