forked from hazza/dspace-angular
Satisfy lint.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {CreateCollectionParentSelectorComponent} from "./create-collection-parent-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component} from '@angular/core';
|
||||
import {CreateCollectionParentSelectorComponent} from './create-collection-parent-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for CreateCollectionParentSelectorComponent
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {CreateCommunityParentSelectorComponent} from "./create-community-parent-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component} from '@angular/core';
|
||||
import {CreateCommunityParentSelectorComponent} from './create-community-parent-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for CreateCommunityParentSelectorComponent
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import {Component, Input} from "@angular/core";
|
||||
import {CreateItemParentSelectorComponent} from "./create-item-parent-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component, Input} from '@angular/core';
|
||||
import {CreateItemParentSelectorComponent} from './create-item-parent-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for CreateItemParentSelectorComponent
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {EditCollectionSelectorComponent} from "./edit-collection-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component} from '@angular/core';
|
||||
import {EditCollectionSelectorComponent} from './edit-collection-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for EditCollectionSelectorComponent
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {EditCommunitySelectorComponent} from "./edit-community-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component} from '@angular/core';
|
||||
import {EditCommunitySelectorComponent} from './edit-community-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for EditCommunitySelectorComponent
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {EditItemSelectorComponent} from "./edit-item-selector.component";
|
||||
import {ThemedComponent} from "src/app/shared/theme-support/themed.component";
|
||||
import {Component} from '@angular/core';
|
||||
import {EditItemSelectorComponent} from './edit-item-selector.component';
|
||||
import {ThemedComponent} from 'src/app/shared/theme-support/themed.component';
|
||||
|
||||
/**
|
||||
* Themed wrapper for EditItemSelectorComponent
|
||||
|
Reference in New Issue
Block a user