warning footer
This commit is contained in:
parent
1a9f74baec
commit
d58a925629
@ -4,14 +4,12 @@ import { CommonModule } from '@angular/common';
|
|||||||
// Importaciones de PrimeNG
|
// Importaciones de PrimeNG
|
||||||
import { CardModule } from 'primeng/card';
|
import { CardModule } from 'primeng/card';
|
||||||
import { AccordionModule } from 'primeng/accordion';
|
import { AccordionModule } from 'primeng/accordion';
|
||||||
import { FooterComponent } from "../../components/footer/footer.component";
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-home',
|
selector: 'app-home',
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule,
|
CommonModule,
|
||||||
CardModule,
|
CardModule,
|
||||||
AccordionModule,
|
AccordionModule
|
||||||
FooterComponent
|
|
||||||
],
|
],
|
||||||
standalone: true,
|
standalone: true,
|
||||||
templateUrl: './home.component.html',
|
templateUrl: './home.component.html',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user