remove uunsed

This commit is contained in:
Peter Maquiran
2024-10-21 10:15:48 +01:00
parent 661b449fb4
commit ac1f01b15b
40 changed files with 21 additions and 744 deletions
-2
View File
@@ -1,6 +1,5 @@
import { Injectable } from '@angular/core';
import { AttachmentsService } from '../attachments.service';
import { EventsService } from '../events.service';
import { PermissionService } from '../permission.service';
@@ -11,7 +10,6 @@ import { PermissionService } from '../permission.service';
export class EventService {
constructor(
private eventService: EventsService,
public p: PermissionService,
private attachmentsService: AttachmentsService,
) { }