From 30205e84ffdda4659612402dfb8346b21d498cde Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Sat, 2 Jul 2022 16:48:30 +0430 Subject: [PATCH] =?UTF-8?q?=D8=A7=D8=B6=D8=A7=D9=81=D9=87=20=DA=A9=D8=B1?= =?UTF-8?q?=D8=AF=D9=86=20=D8=A7=D9=BE=D8=B4=D9=86=20=D9=84=DB=8C=D8=B3?= =?UTF-8?q?=D8=AA=20=D8=B9=D9=84=D8=A7=D9=82=D9=87=20=D9=85=D9=86=D8=AF?= =?UTF-8?q?=DB=8C=20=D9=87=D8=A7=20=D9=88=20=D8=AF=D8=B1=D8=B3=D8=AA=20?= =?UTF-8?q?=DA=A9=D8=B1=D8=AF=D9=86=20=DB=8C=DA=A9=20=D8=B3=D8=B1=DB=8C=20?= =?UTF-8?q?=D9=85=D9=88=D8=A7=D8=B1=D8=AF=20=D9=88=20=D8=AE=D9=88=D8=A8=20?= =?UTF-8?q?=D9=85=D9=88=D8=A7=D8=B1=D8=AF=20=D8=B1=DB=8C=D8=B2=20=D8=B1?= =?UTF-8?q?=DB=8C=D8=B2=DB=8C=20=D8=A8=D9=88=D8=AF=D9=86=20=DA=A9=D9=87=20?= =?UTF-8?q?=D8=A7=D9=84=D8=A7=D9=86=20=D9=87=D9=85=D9=87=20=D8=B1=D9=88=20?= =?UTF-8?q?=D9=86=D9=85=DB=8C=D8=B4=D9=87=20=D9=84=DB=8C=D8=B3=D8=AA=20?= =?UTF-8?q?=DA=A9=D8=B1=D8=AF=20|60?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Product/Desktop/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/Product/Desktop/index.js b/src/views/Product/Desktop/index.js index fdc871c..d44f567 100644 --- a/src/views/Product/Desktop/index.js +++ b/src/views/Product/Desktop/index.js @@ -5,6 +5,7 @@ import ProductOverAll from "./ProductOverAll"; import ProductSuggestions from "../../../components/ProductSuggestion"; import Rate from "../Rate"; import Comments from "../../../components/Comments"; +import Comment from "../Comment"; import QandA from "../../../components/QandA"; const DesktopProductLayout = () => { @@ -22,7 +23,8 @@ const DesktopProductLayout = () => {
- {/* */} + +
);