Bugfix/add missing import of entity logo component (#4960)
* Add missing import
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import {
|
||||
CUSTOM_ELEMENTS_SCHEMA,
|
||||
ChangeDetectionStrategy,
|
||||
@ -9,6 +10,7 @@ import { DataSource } from '@prisma/client';
|
||||
|
||||
@Component({
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
imports: [CommonModule],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
selector: 'gf-entity-logo',
|
||||
styleUrls: ['./entity-logo.component.scss'],
|
||||
|
Reference in New Issue
Block a user