Added tooltip components

This commit is contained in:
2026-03-29 11:24:09 +01:00
parent 0a1e30cf69
commit 53f6667035
13 changed files with 86 additions and 13 deletions
+4 -1
View File
@@ -1,10 +1,13 @@
import {Component} from '@angular/core';
import {IonicModule} from "@ionic/angular";
@Component({
selector: 'app-groups',
templateUrl: './groups.component.html',
styleUrls: ['./groups.component.scss'],
imports: []
imports: [
IonicModule
]
})
export class GroupsComponent {
}