Merge commit '06316e17152006aa1395930ad76efb0b86d46657' as 'frontend'

This commit is contained in:
2026-04-27 22:43:56 +02:00
318 changed files with 24246 additions and 0 deletions
@@ -0,0 +1,9 @@
import { Component } from '@angular/core'
@Component({
selector: 'app-user-delete',
templateUrl: './user-delete.component.html',
styleUrls: ['./user-delete.component.scss'],
standalone: false,
})
export class UserDeleteComponent {}