Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
casparneumann-cap committed Nov 6, 2023
1 parent f5fae89 commit b99e361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NotImplementedException } from '@nestjs/common';
import { AuthorizableReferenceType } from '@src/modules/authorization';
import { AuthorizableReferenceType } from '@src/modules/authorization/domain';
import { H5PContentParentType } from '../entity';

export class H5PContentMapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { S3ClientModule } from '@shared/infra/s3-client';
import { DB_PASSWORD, DB_URL, DB_USERNAME, createConfigModuleOptions } from '@src/config';
import { CoreModule } from '@src/core';
import { Logger } from '@src/core/logger';
import { UserModule } from '..';
import { UserModule } from '../user';

import { config, s3ConfigContent, s3ConfigLibraries } from './h5p-library-management.config';
import { H5PContentRepo, LibraryRepo } from '../h5p-editor/repo';
Expand Down

0 comments on commit b99e361

Please sign in to comment.