Skip to content

Commit

Permalink
Merge pull request #580 from correctexam/563-migrate-to-the-last-angu…
Browse files Browse the repository at this point in the history
…lar-182-to-support-isolated-module

fix import
  • Loading branch information
barais authored Dec 13, 2024
2 parents 798e16c + ddbdc57 commit b3ea43d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit b3ea43d

Please sign in to comment.