Added all setting's group (except add user to group)

This commit is contained in:
2026-04-26 17:08:11 +01:00
parent 4dbf052437
commit 4e9a4cf428
12 changed files with 278 additions and 0 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-message',
templateUrl: './message.component.html',
styleUrls: ['./message.component.scss'],
})
export class MessageComponent implements OnInit {
constructor() { }
ngOnInit() {}
}