diff --git a/src/views/SellerDashboard/MyListings/main/index.vue b/src/views/SellerDashboard/MyListings/main/index.vue index 1ba62eac..080fde2f 100644 --- a/src/views/SellerDashboard/MyListings/main/index.vue +++ b/src/views/SellerDashboard/MyListings/main/index.vue @@ -3,7 +3,7 @@ import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue"; import sellerHeader from "../../seller-header.vue" import sellerContent from "./content.vue" import myEvent from "@/tool/myEvents.js" -import Https from "@/tool/https.js" +import { Https } from '@/tool/https' import { useStore } from "vuex";