warning footer
This commit is contained in:
parent
1a9f74baec
commit
d58a925629
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user