Added more components

This commit is contained in:
Lorenzo Iovino 2023-12-29 04:34:47 +01:00
parent c94493a3c5
commit 8b20acfcc4
28 changed files with 436 additions and 31 deletions

View file

@ -1,11 +1,13 @@
import { Component } from '@angular/core';
import {CardComponent} from "../card/card.component";
import {FishComponent} from "../fish/fish.component";
import {CardCtaComponent} from "../card-cta/card-cta.component";
@Component({
selector: 'iov-footer',
standalone: true,
imports: [
CardComponent
CardCtaComponent,
FishComponent
],
templateUrl: './footer.component.html',
styleUrl: './footer.component.scss'