fix error in all libraries

This commit is contained in:
2025-11-13 18:47:33 +01:00
parent 9f41207d9e
commit d388ff907d
4 changed files with 2 additions and 10 deletions

View File

@@ -4,10 +4,7 @@ import {NzIconDirective} from "ng-zorro-antd/icon";
@Component({
selector: 'app-welcome',
imports: [
ModalNav,
NzIconDirective
],
imports: [],
templateUrl: './welcome.html',
styleUrl: './welcome.css'
})