Skip to content

Commit

Permalink
Removed: unused imports(#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jan 10, 2024
1 parent 3774bf1 commit 420f0fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { onMounted, onUnmounted, ref } from 'vue';
import { IonApp, IonRouterOutlet, loadingController } from '@ionic/vue';
import emitter from "@/event-bus"
import { useRouter } from 'vue-router';
const loader = ref(null) as any
Expand Down
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</template>

<script lang="ts">
import { alertController, IonButton, IonBackButton , IonContent, IonHeader,IonIcon, IonItem, IonLabel, IonPage, IonSelect, IonSelectOption, IonTitle, IonToolbar, popoverController, modalController } from '@ionic/vue';
import { IonButton, IonBackButton , IonContent, IonHeader,IonIcon, IonItem, IonLabel, IonPage, IonSelect, IonSelectOption, IonTitle, IonToolbar, modalController } from '@ionic/vue';
import { defineComponent } from 'vue';
import { codeWorkingOutline, ellipsisVertical, personCircleOutline, storefrontOutline, timeOutline} from 'ionicons/icons'
import { mapGetters, useStore } from 'vuex';
Expand Down
2 changes: 1 addition & 1 deletion src/views/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<script setup lang="ts">
import { IonIcon, IonLabel, IonPage, IonRouterOutlet, IonTabBar, IonTabButton, IonTabs, } from "@ionic/vue";
import { cogOutline, settingsOutline, shuffleOutline } from "ionicons/icons";
import { settingsOutline, shuffleOutline } from "ionicons/icons";
</script>

<style scoped>
Expand Down

0 comments on commit 420f0fe

Please sign in to comment.