diff --git a/components/Cart/CartContents.vue b/components/Cart/CartContents.vue index 2d6888a7..1f08b7fc 100644 --- a/components/Cart/CartContents.vue +++ b/components/Cart/CartContents.vue @@ -34,7 +34,6 @@ */ import { computed, ref, onMounted } from "vue"; import { useCart } from "@/store/useCart"; -import CommonButton from "@/components/common/CommonButton.vue"; const props = defineProps({ showCheckoutButton: { diff --git a/components/Layout/LayoutNavbar.vue b/components/Layout/LayoutNavbar.vue index ac79944a..2bf3dc37 100644 --- a/components/Layout/LayoutNavbar.vue +++ b/components/Layout/LayoutNavbar.vue @@ -1,7 +1,7 @@ - -