This commit is contained in:
2023-04-03 14:53:06 +02:00
parent fe105a7924
commit 5fe2d7e044
7 changed files with 95 additions and 47 deletions

View File

@@ -7,6 +7,7 @@ import {Component, OnInit} from '@angular/core';
})
export class ListComponent implements OnInit {
ngOnInit(): void {
}
}