Added more components
This commit is contained in:
parent
c94493a3c5
commit
8b20acfcc4
28 changed files with 436 additions and 31 deletions
12
src/app/fish/fish.component.ts
Normal file
12
src/app/fish/fish.component.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'iov-fish',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './fish.component.html',
|
||||
styleUrl: './fish.component.scss'
|
||||
})
|
||||
export class FishComponent {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue