fix: .js toevoegen aan imports

This commit is contained in:
Tibo De Peuter 2025-03-12 15:31:33 +01:00
parent cb82a1afa7
commit 9d0e63649b
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
53 changed files with 174 additions and 169 deletions

View file

@ -1,6 +1,6 @@
import { Entity, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core';
import { LearningObject } from './learning-object.entity.js';
import { AttachmentRepository } from '../../data/content/attachment-repository';
import { AttachmentRepository } from '../../data/content/attachment-repository.js';
@Entity({ repository: () => AttachmentRepository })
export class Attachment {