diff --git a/frontend/pages/product/[id].vue b/frontend/pages/product/[id].vue
index 25934a5..43fe7e8 100644
--- a/frontend/pages/product/[id].vue
+++ b/frontend/pages/product/[id].vue
@@ -4,6 +4,7 @@
import ChatButton from "~/components/product/ChatBox/ChatButton.vue";
import useGetProduct from "~/composables/api/product/useGetProduct";
import useGetComments from "~/composables/api/product/useGetComments";
+import ProductsSlider from "~/components/global/product-detail/ProductsSlider.vue";
// state
@@ -52,7 +53,7 @@ if (productResponse.isError || commentsResponse.isError) {
-