fix: .js toevoegen aan imports
This commit is contained in:
parent
c10fc8db17
commit
6297347206
6 changed files with 16 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
import { mapToQuestionDTO, mapToQuestionDTOId } from './question.js';
|
||||
import { Answer } from '../entities/questions/answer.entity.js';
|
||||
import { AnswerDTO, AnswerId } from '@dwengo-1/common/interfaces/answer';
|
||||
import { mapToTeacherDTO } from './teacher';
|
||||
import { mapToTeacherDTO } from './teacher.js';
|
||||
|
||||
/**
|
||||
* Convert a Question entity to a DTO format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue