Skip to content

Commit

Permalink
fix exam-result-summary.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-lippert committed Jan 27, 2025
2 parents 0c16070 + c8c93d2 commit cd1f610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { ArtemisResultModule } from 'app/exercises/shared/result/result.module';
import { ArtemisComplaintsModule } from 'app/complaints/complaints.module';
import { ExamGeneralInformationComponent } from 'app/exam/participate/general-information/exam-general-information.component';
import { ExamResultOverviewComponent } from 'app/exam/participate/summary/result-overview/exam-result-overview.component';
import { ArtemisProgrammingExerciseInstructionsRenderModule } from 'app/exercises/programming/shared/instructions-render/programming-exercise-instructions-render.module';
import { ArtemisHeaderExercisePageWithDetailsModule } from 'app/exercises/shared/exercise-headers/exercise-headers.module';
import { ArtemisMarkdownModule } from 'app/shared/markdown.module';
import { SubmissionResultStatusModule } from 'app/overview/submission-result-status.module';
Expand All @@ -30,6 +29,7 @@ import { ArtemisFileUploadParticipationModule } from 'app/exercises/file-upload/
import { ArtemisFeedbackModule } from 'app/exercises/shared/feedback/feedback.module';
import { CollapsibleCardComponent } from 'app/exam/participate/summary/collapsible-card.component';
import { NoDataComponent } from 'app/shared/no-data-component';
import { ArtemisProgrammingExerciseInstructionsRenderModule } from 'app/exercises/programming/shared/instructions-render/programming-exercise-instructions-render.module';

@NgModule({
imports: [
Expand Down

0 comments on commit cd1f610

Please sign in to comment.