fix(backend): Kapotte imports gerepareerd.
This commit is contained in:
parent
aaa71aa648
commit
69dd1830f5
3 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ import {
|
|||
personalizedForGroup,
|
||||
personalizedForStudent,
|
||||
} from '../services/learning-paths/learning-path-personalization-util.js';
|
||||
import {BadRequestException} from "../exceptions/badRequestException";
|
||||
import {NotFoundException} from "../exceptions/not-found-exception";
|
||||
import {BadRequestException} from "../exceptions/bad-request-exception.js";
|
||||
import {NotFoundException} from "../exceptions/not-found-exception.js";
|
||||
|
||||
/**
|
||||
* Fetch learning paths based on query parameters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue