Fix stuff

This commit is contained in:
Kacper Zacharski 2022-12-05 09:58:25 +01:00
parent c176231679
commit 4f191e8455
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ import { IonPage, IonHeader, IonToolbar, IonTitle, IonContent, IonCol, IonGrid,
IonList,
IonAvatar,
IonImg,
IonLabel } from '@ionic/vue';
IonLabel, IonPopover } from '@ionic/vue';
import ExploreContainer from '@/components/ExploreContainer.vue';
import { logoAndroid, arrowDown, logoPwa, ellipsisVertical } from 'ionicons/icons';
@ -159,7 +159,7 @@ export default defineComponent({
components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonButtons, IonIcon,
IonModal,
IonItem,
IonList },
IonList, IonPopover },
setup() {
return {
logoAndroid,