Added more components
This commit is contained in:
parent
c94493a3c5
commit
8b20acfcc4
28 changed files with 436 additions and 31 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue