Run prettier
All checks were successful
CI / prettier (pull_request) Successful in 17s
CI / test-build (pull_request) Successful in 34s

This commit is contained in:
Phan Huy Tran 2025-02-12 12:20:57 +01:00
parent 3a2b92b3ff
commit 0e66d78b0d
2 changed files with 4 additions and 6 deletions

View File

@ -1,13 +1,11 @@
import { Component, inject } from '@angular/core';
import { KeycloakService } from 'keycloak-angular';
import {RouterLink} from "@angular/router";
import { RouterLink } from '@angular/router';
@Component({
selector: 'app-landing-page',
standalone: true,
imports: [
RouterLink
],
imports: [RouterLink],
templateUrl: './landing-page.component.html',
})
export class LandingPageComponent {