Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Jan 24, 2025
1 parent 0126a3a commit 40ec9c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { FileUploadExercise } from 'app/entities/file-upload-exercise.model';
selector: 'jhi-file-upload-exercise-group-cell',
templateUrl: './file-upload-exercise-group-cell.component.html',
styles: [':host{display: contents}'],
standalone: true,
})
export class FileUploadExerciseGroupCellComponent {
exerciseType = ExerciseType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, Input, OnInit, inject } from '@angular/core';
import { Component, OnInit, inject, input } from '@angular/core';
import { HttpResponse } from '@angular/common/http';
import { ProgrammingExercise } from 'app/entities/programming/programming-exercise.model';
import { ProgrammingExerciseParticipationType } from 'app/entities/programming/programming-exercise-participation.model';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { QuizExercise } from 'app/entities/quiz/quiz-exercise.model';
selector: 'jhi-quiz-exercise-group-cell',
templateUrl: './quiz-exercise-group-cell.component.html',
styles: [':host{display: contents}'],
standalone: true,
})
export class QuizExerciseGroupCellComponent {
exerciseType = ExerciseType;
Expand Down

0 comments on commit 40ec9c9

Please sign in to comment.