fix: build
This commit is contained in:
parent
da047eef70
commit
11c6634d6c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { NavbarComponent } from '../../shared/components/navbar/navbar.component
|
|||
templateUrl: './home.component.html',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
export class HomeComponent {
|
||||
export default class HomeComponent {
|
||||
private keycloakService: KeycloakService = inject(KeycloakService);
|
||||
public dialog: MatDialog = inject(MatDialog);
|
||||
|
||||
|
|
Reference in a new issue