Skip to content

Commit

Permalink
Improved: removed unused imports and updated dxp-components to the la…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
sanskar345 committed Aug 2, 2023
1 parent 3afc3af commit 945b354
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@capacitor/ios": "^2.5.0",
"@hotwax/app-version-info": "^1.0.0",
"@hotwax/apps-theme": "^1.2.3",
"@hotwax/dxp-components": "^1.3.2",
"@hotwax/dxp-components": "^1.3.4",
"@hotwax/oms-api": "^1.6.0",
"@ionic/core": "6.7.5",
"@ionic/vue": "6.7.5",
Expand Down
1 change: 0 additions & 1 deletion src/views/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import { defineComponent } from "vue";
import { useRouter } from "vue-router";
import { useStore } from "./../store";
import { mapGetters } from 'vuex';
import { useProductIdentificationStore } from "@hotwax/dxp-components";
export default defineComponent({
name: "login",
Expand Down

0 comments on commit 945b354

Please sign in to comment.