Skip to content

Commit 1cf62ae

Browse files
[DSC-2309] fix lint
1 parent be7fbb7 commit 1cf62ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/app/shared/metadata-link-view/metadata-link-view-avatar-popover/metadata-link-view-avatar-popover.component.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ import {
33
NgClass,
44
NgIf,
55
} from '@angular/common';
6+
import {
7+
Component,
8+
Input,
9+
OnInit,
10+
} from '@angular/core';
611
import { TranslateModule } from '@ngx-translate/core';
7-
import { Component, Input, OnInit } from '@angular/core';
812
import { ThumbnailComponent } from 'src/app/thumbnail/thumbnail.component';
913

1014
import { ThemedLoadingComponent } from '../../loading/themed-loading.component';

0 commit comments

Comments
 (0)