feat: style

This commit is contained in:
2026-04-20 21:57:57 +02:00
parent 7bbcdfa1b9
commit 0888795c09
7 changed files with 257 additions and 46 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import type { IconDefinition } from '@fortawesome/angular-fontawesome';
import { FaIconComponent } from '@fortawesome/angular-fontawesome';
import { faArrowLeft } from '@fortawesome/free-solid-svg-icons';
import type { Global } from '../../global.fields';
import { global } from '../../global.fields';
import type { Global } from '../../global';
import { global } from '../../global';
import { FooterComponent } from '../footer/footer.component';
@Component({