mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -30,9 +30,9 @@ import { MenuSection } from '../menu-section.model';
|
||||
* A basic implementation of a menu section's component
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-menu-section',
|
||||
template: '',
|
||||
standalone: true
|
||||
selector: 'ds-menu-section',
|
||||
template: '',
|
||||
standalone: true,
|
||||
})
|
||||
export class MenuSectionComponent implements OnInit, OnDestroy {
|
||||
|
||||
|
Reference in New Issue
Block a user