Skip to content

Commit

Permalink
[CST-18016] Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamF42 committed Feb 21, 2025
1 parent b58dd32 commit eeec2b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
} from '@angular/core';
import { ThemedComponent } from 'src/app/shared/theme-support/themed.component';

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

/**
* Themed wrapper for CreateItemParentSelectorComponent
Expand Down

0 comments on commit eeec2b5

Please sign in to comment.