change favicon

This commit is contained in:
u80864958
2025-04-29 15:00:55 +02:00
parent fc8b888198
commit f4adfb6a62
3 changed files with 1 additions and 22 deletions

View File

@ -1,11 +1,4 @@
import {
Component,
computed,
effect,
inject,
OnChanges,
SimpleChanges,
} from '@angular/core';
import { Component, computed, effect, inject } from '@angular/core';
import { RouterLink, RouterOutlet } from '@angular/router';
import { ModalComponent } from './components/modal/modal.component';
import { LoginComponent } from './components/login/login.component';