Skip to content

Commit

Permalink
Improved: code to remove unused imports (hotwax#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Dec 6, 2023
1 parent bbfb946 commit 68e7e48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/PicklistSortMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ import {
IonToolbar,
menuController
} from '@ionic/vue'
import { idCardOutline, toggleOutline } from 'ionicons/icons'
import { defineComponent } from 'vue';
import { mapGetters, useStore } from 'vuex';
import { translate } from '@hotwax/dxp-components'
import emitter from '@/event-bus';
export default defineComponent({
Expand Down Expand Up @@ -87,10 +85,7 @@ export default defineComponent({
const store = useStore();
return {
idCardOutline,
store,
toggleOutline,
translate
store
};
}
})
Expand Down

0 comments on commit 68e7e48

Please sign in to comment.