Skip to content

Commit

Permalink
N21-1256 fixes import
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Sep 18, 2023
1 parent e4af221 commit 2c8719a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { PseudonymService } from '@src/modules/pseudonym';
import { SchoolService } from '@src/modules/school';
import { UserService } from '@src/modules/user';
import { Authorization } from 'oauth-1.0a';
import { CourseService } from '@src/modules/learnroom/service';
import { CourseService } from '@src/modules/learnroom/service/course.service';
import { LtiRole } from '../../../common/enum';
import { ExternalTool } from '../../../external-tool/domain';
import { LtiRoleMapper } from '../../mapper';
Expand Down

0 comments on commit 2c8719a

Please sign in to comment.