|
@@ -1,5 +1,5 @@
|
|
import { Component } from '@angular/core';
|
|
import { Component } from '@angular/core';
|
|
-import { IonHeader, IonToolbar, IonTitle, IonContent } from '@ionic/angular/standalone';
|
|
|
|
|
|
+import { IonHeader, IonToolbar, IonTitle, IonContent, IonImg, IonCard, IonCardHeader, IonCardTitle, IonCardContent, IonButton, IonApp, IonText, IonLabel, IonItem, IonList, IonSegment, IonSegmentButton, IonTabButton, IonIcon, IonFooter, IonTabs, IonCol, IonGrid, IonRow } from '@ionic/angular/standalone';
|
|
import { ExploreContainerComponent } from '../explore-container/explore-container.component';
|
|
import { ExploreContainerComponent } from '../explore-container/explore-container.component';
|
|
|
|
|
|
@Component({
|
|
@Component({
|
|
@@ -7,7 +7,7 @@ import { ExploreContainerComponent } from '../explore-container/explore-containe
|
|
templateUrl: 'tab1.page.html',
|
|
templateUrl: 'tab1.page.html',
|
|
styleUrls: ['tab1.page.scss'],
|
|
styleUrls: ['tab1.page.scss'],
|
|
standalone: true,
|
|
standalone: true,
|
|
- imports: [IonHeader, IonToolbar, IonTitle, IonContent, ExploreContainerComponent],
|
|
|
|
|
|
+ imports: [IonRow, IonGrid, IonCol, IonTabs, IonFooter, IonIcon, IonTabButton, IonSegmentButton, IonSegment, IonList, IonItem, IonLabel, IonText, IonApp, IonButton, IonCardContent, IonCardTitle, IonCardHeader, IonCard, IonImg, IonHeader, IonToolbar, IonTitle, IonContent, ExploreContainerComponent],
|
|
})
|
|
})
|
|
export class Tab1Page {
|
|
export class Tab1Page {
|
|
constructor() {}
|
|
constructor() {}
|