|
@@ -1,5 +1,5 @@
|
|
|
import { Component } from '@angular/core';
|
|
|
-import { IonHeader, IonToolbar, IonTitle, IonContent, IonList, IonItem, IonLabel, IonAvatar, NavController } from '@ionic/angular/standalone';
|
|
|
+import { IonHeader, IonToolbar, IonTitle, IonContent, IonList, IonItem, IonLabel, IonAvatar, NavController, IonCard, IonCardContent, IonCardHeader, IonCardSubtitle, IonCardTitle } from '@ionic/angular/standalone';
|
|
|
import { ExploreContainerComponent } from '../explore-container/explore-container.component';
|
|
|
|
|
|
@Component({
|
|
@@ -7,7 +7,8 @@ import { ExploreContainerComponent } from '../explore-container/explore-containe
|
|
|
templateUrl: 'tab4.page.html',
|
|
|
styleUrls: ['tab4.page.scss'],
|
|
|
standalone: true,
|
|
|
- imports: [IonHeader, IonToolbar, IonTitle, IonContent, ExploreContainerComponent,
|
|
|
+ imports: [IonHeader,IonContent,IonToolbar, IonTitle, ExploreContainerComponent,IonCard,IonCardContent,
|
|
|
+ IonCardHeader,IonCardSubtitle,IonCardTitle,
|
|
|
IonList, IonItem, IonLabel, IonAvatar],
|
|
|
})
|
|
|
export class Tab4Page {
|