refactor(home): change HomeComponent to default export

This commit is contained in:
Jan-Marlon Leibl 2025-02-19 11:07:46 +01:00
parent 840d6b5bfd
commit 562a93bbf1
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7

View file

@ -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);