Skip to content

Commit eeec2b5

Browse files
committed
[CST-18016] Lint fix
1 parent b58dd32 commit eeec2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/dso-selector/modal-wrappers/create-item-parent-selector/themed-create-item-parent-selector.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import {
77
} from '@angular/core';
88
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';
99

10-
import { CreateItemParentSelectorComponent } from './create-item-parent-selector.component';
11-
import { ThemeService } from '../../../theme-support/theme.service';
1210
import { DSpaceObject } from '../../../../core/shared/dspace-object.model';
11+
import { ThemeService } from '../../../theme-support/theme.service';
12+
import { CreateItemParentSelectorComponent } from './create-item-parent-selector.component';
1313

1414
/**
1515
* Themed wrapper for CreateItemParentSelectorComponent

0 commit comments

Comments
 (0)