|
@@ -1,5 +1,5 @@
|
|
import { Component } from '@angular/core';
|
|
import { Component } from '@angular/core';
|
|
-import { ModalController, IonModal, IonHeader, IonToolbar, IonTitle, IonContent, IonList, IonItem, IonLabel, IonAvatar, IonButton, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonCardContent, IonCardTitle, IonCardHeader, IonCard, IonIcon, IonButtons, IonGrid, IonRow, IonThumbnail, IonSearchbar, IonCol, IonBackButton } from '@ionic/angular/standalone';
|
|
|
|
|
|
+import { ModalController, IonModal, IonHeader, IonToolbar, IonTitle, IonContent, IonList, IonItem, IonLabel, IonAvatar, IonButton, IonSegment, IonSegmentButton, IonSegmentContent, IonSegmentView, IonCardContent, IonCardTitle, IonCardHeader, IonCard, IonIcon, IonButtons, IonGrid, IonRow, IonThumbnail, IonSearchbar, IonCol } from '@ionic/angular/standalone';
|
|
import { addIcons } from 'ionicons';
|
|
import { addIcons } from 'ionicons';
|
|
import { airplane, bluetooth, call, wifi, close } from 'ionicons/icons';
|
|
import { airplane, bluetooth, call, wifi, close } from 'ionicons/icons';
|
|
import { SaleCardComponent } from '../component/sale-card/sale-card.component';
|
|
import { SaleCardComponent } from '../component/sale-card/sale-card.component';
|
|
@@ -24,7 +24,7 @@ addIcons({ airplane, bluetooth, call, wifi });
|
|
AllProductsModalComponent,
|
|
AllProductsModalComponent,
|
|
DetailModalComponent,
|
|
DetailModalComponent,
|
|
SaleCardComponent,
|
|
SaleCardComponent,
|
|
- FmChatModalInput,IonBackButton
|
|
|
|
|
|
+ FmChatModalInput
|
|
]
|
|
]
|
|
})
|
|
})
|
|
export class Tab3Page {
|
|
export class Tab3Page {
|