mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
[DURACOM-191] run optimize imports and lint fix
This commit is contained in:
@@ -9,9 +9,9 @@ import { NotificationsService } from '../notifications/notifications.service';
|
||||
* Abstract Component that is able to track changes made in the inheriting component using the ObjectUpdateService
|
||||
*/
|
||||
@Component({
|
||||
selector: 'ds-abstract-trackable',
|
||||
template: '',
|
||||
standalone: true
|
||||
selector: 'ds-abstract-trackable',
|
||||
template: '',
|
||||
standalone: true,
|
||||
})
|
||||
export class AbstractTrackableComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user