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
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { RouterLink } from '@angular/router';
import type { Global } from '../../global.fields';
import { global } from '../../global.fields';
import type { Global } from '../../global';
import { global } from '../../global';
@Component({
selector: 'app-footer',