refactor: add space between Component and class

This commit is contained in:
2024-05-26 23:42:09 +03:00
parent a1c6e2fa35
commit 2642a00565
5 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,7 @@ import {version} from "@/../package.json";
templateUrl: './footer.component.html',
styleUrl: './footer.component.css'
})
export class FooterComponent {
currentYear: number;
version: string;