remove warning

This commit is contained in:
danielvici123
2025-11-19 19:15:41 +01:00
parent 061376402b
commit 7bd00a3918

View File

@@ -1,9 +1,9 @@
import { Component, input } from '@angular/core';
import { NgClass, NgStyle } from '@angular/common';
import { NgStyle } from '@angular/common';
@Component({
selector: 'app-custom-title',
imports: [NgStyle, NgClass],
imports: [NgStyle],
templateUrl: './custom-title.html',
styleUrl: './custom-title.css',
})