Minor Fixes in Home Page

This commit is contained in:
2023-12-28 02:59:32 -03:00
parent 47fe083c97
commit f6c0cb1ca1
3 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';
import { HeaderModule } from './header/header.module';
import { SharedModule } from './shared/shared.module';
import { HomeComponent } from './home/home.component';
import { AppRouterModule } from './app-router.module';
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
import { AppServiceWorkerModule } from './app-service-worker.module';