[DURACOM-191] run optimize imports and lint fix

This commit is contained in:
Andrea Barbasso
2024-03-12 20:10:23 +01:00
parent fe23ac6a82
commit ee265f855b
1481 changed files with 23238 additions and 16561 deletions

View File

@@ -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 {