From ddbdc579c5ad8870bc729f6c171fb2f7560dc935 Mon Sep 17 00:00:00 2001 From: Olivier Barais Date: Fri, 13 Dec 2024 15:30:02 +0100 Subject: [PATCH] fix import --- .../create-comments/create-comments.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/app/scanexam/annotate-template/create-comments/create-comments.component.ts b/src/main/webapp/app/scanexam/annotate-template/create-comments/create-comments.component.ts index 523b11bc..8de6f1c4 100644 --- a/src/main/webapp/app/scanexam/annotate-template/create-comments/create-comments.component.ts +++ b/src/main/webapp/app/scanexam/annotate-template/create-comments/create-comments.component.ts @@ -1,4 +1,4 @@ -import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angular/core'; +import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; import { TranslateService, TranslateModule } from '@ngx-translate/core'; import { GradeType } from 'app/entities/enumerations/grade-type.model'; import { IGradedComment } from 'app/entities/graded-comment/graded-comment.model';