Added contents
This commit is contained in:
parent
8b20acfcc4
commit
5fa5d27008
52 changed files with 537 additions and 139 deletions
|
|
@ -1,17 +0,0 @@
|
|||
import { Component } from '@angular/core';
|
||||
import {SectionComponent} from "../../section/section.component";
|
||||
import {PageComponent} from "../../page/page.component";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-about-page',
|
||||
standalone: true,
|
||||
imports: [
|
||||
SectionComponent,
|
||||
PageComponent
|
||||
],
|
||||
templateUrl: './about.page.html',
|
||||
styleUrl: './about.page.scss'
|
||||
})
|
||||
export class AboutPage {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue