Added contents
This commit is contained in:
parent
8b20acfcc4
commit
5fa5d27008
52 changed files with 537 additions and 139 deletions
|
|
@ -1,13 +1,15 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {FishComponent} from "../fish/fish.component";
|
||||
import {CardCtaComponent} from "../card-cta/card-cta.component";
|
||||
import {NgOptimizedImage} from "@angular/common";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-footer',
|
||||
standalone: true,
|
||||
imports: [
|
||||
CardCtaComponent,
|
||||
FishComponent
|
||||
FishComponent,
|
||||
NgOptimizedImage
|
||||
],
|
||||
templateUrl: './footer.component.html',
|
||||
styleUrl: './footer.component.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue