Skip to content

Commit

Permalink
refactor: change import
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSDV committed Sep 6, 2024
1 parent 6070fc0 commit 10ccf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/src/components/CarrierBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<script lang="ts" setup>
import {toRefs} from 'vue';
import {type CarrierIdentifier} from '@myparcel-do/shared';
import {resolveCarrierName} from '../utils';
import {type CarrierIdentifier} from '../types';
import {useCarrierRequest} from '../composables';
import CarrierLogo from './CarrierLogo.vue';
import Box from './Box.vue';
Expand Down

0 comments on commit 10ccf9f

Please sign in to comment.