refactor(home): change HomeComponent to default export
This commit is contained in:
parent
840d6b5bfd
commit
562a93bbf1
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