Skip to content

Commit

Permalink
fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Dec 10, 2024
1 parent c2b10ab commit da5c55e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { Component, inject, input } from '@angular/core';
import { Exercise, getExerciseUrlSegment } from 'app/entities/exercise.model';
import { Router } from '@angular/router';
import { TranslateDirective } from 'app/shared/language/translate.directive';

@Component({
selector: 'jhi-plagiarism-cases-overview',
templateUrl: './plagiarism-cases-overview.component.html',
standalone: true,
imports: [TranslateDirective],
})
export class PlagiarismCasesOverviewComponent {
private router = inject(Router);
Expand Down

0 comments on commit da5c55e

Please sign in to comment.