Skip to content

Commit

Permalink
Fixed: import entry for dxp-components
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Jan 29, 2024
1 parent 69521a3 commit 554fbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To use the DxpShopifyImg component, integrate it into your Vue 3 application. Pr
</template>

<script lang="ts">
import { DxpShopifyImg } from 'dxpComponents';
import { DxpShopifyImg } from '@hotwax/dxp-components';
</script>

### Props
Expand Down Expand Up @@ -110,7 +110,7 @@ To use the DxpProductIdentifier component, integrate it into your Vue applicatio
</template>

<script setup lang="ts">
import { DxpProductIdentifer } from 'dxpComponents';
import { DxpProductIdentifer } from '@hotwax/dxp-components';
</script>

### Recommendation
Expand Down

0 comments on commit 554fbd2

Please sign in to comment.