diff --git a/resources/js/vue/components/ProductCard.vue b/resources/js/vue/components/ProductCard.vue index ce5857c..a0111b6 100644 --- a/resources/js/vue/components/ProductCard.vue +++ b/resources/js/vue/components/ProductCard.vue @@ -2,7 +2,7 @@ import { router } from '@inertiajs/vue3'; import { computed, ref, watch } from 'vue'; -import type { Price, Product } from '@modules/Billing/resources/js/types'; +import type { Price, Product } from '@modules/billing/resources/js/types'; import { getIntervalDisplay } from '../utils/intervals'; const props = defineProps<{ diff --git a/resources/js/vue/components/ProductSection.vue b/resources/js/vue/components/ProductSection.vue index e6fec19..852ecd1 100644 --- a/resources/js/vue/components/ProductSection.vue +++ b/resources/js/vue/components/ProductSection.vue @@ -1,7 +1,7 @@