mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
87382: fixing circular dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Component, Inject, Input } from '@angular/core';
|
||||
import { TextMenuItemModel } from './models/text.model';
|
||||
import { MenuItemType } from '../initial-menus-state';
|
||||
import { rendersMenuItemForType } from '../menu-item.decorator';
|
||||
import { MenuItemType } from '../menu-item-type.model';
|
||||
|
||||
/**
|
||||
* Component that renders a menu section of type TEXT
|
||||
|
Reference in New Issue
Block a user