From d58a92562937777b4c7ae481c7833ed925108464 Mon Sep 17 00:00:00 2001 From: luis cespedes Date: Mon, 5 May 2025 16:46:00 -0400 Subject: [PATCH] warning footer --- src/app/pages/home/home.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts index 7483095..dfcf793 100644 --- a/src/app/pages/home/home.component.ts +++ b/src/app/pages/home/home.component.ts @@ -4,14 +4,12 @@ import { CommonModule } from '@angular/common'; // Importaciones de PrimeNG import { CardModule } from 'primeng/card'; import { AccordionModule } from 'primeng/accordion'; -import { FooterComponent } from "../../components/footer/footer.component"; @Component({ selector: 'app-home', imports: [ CommonModule, CardModule, - AccordionModule, - FooterComponent + AccordionModule ], standalone: true, templateUrl: './home.component.html',