fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-04-09 10:26:33 +02:00
parent c10fc8db17
commit 6297347206
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 16 additions and 16 deletions

View file

@ -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.