From 5c78ddc9078ef6194c68894e13341af8fa9e6ce9 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sat, 3 May 2025 23:31:48 +0330 Subject: [PATCH] Updated --- frontend/pages/product/[id].vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -