|
@ -9,7 +9,6 @@ import { DataSource } from '@prisma/client'; |
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
imports: [], |
|
|
|
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA], |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA], |
|
|
selector: 'gf-asset-profile-icon', |
|
|
selector: 'gf-asset-profile-icon', |
|
|
styleUrls: ['./asset-profile-icon.component.scss'], |
|
|
styleUrls: ['./asset-profile-icon.component.scss'], |
|
|