اضافه کردن اپشن لیست علاقه مندی ها و درست کردن یک سری موارد و خوب موارد ریز ریزی بودن که الان همه رو نمیشه لیست کرد |60

temp
mahdi andalib 2 years ago
parent 3e338c6c3c
commit 30205e84ff
  1. 4
      src/views/Product/Desktop/index.js

@ -5,6 +5,7 @@ import ProductOverAll from "./ProductOverAll";
import ProductSuggestions from "../../../components/ProductSuggestion"; import ProductSuggestions from "../../../components/ProductSuggestion";
import Rate from "../Rate"; import Rate from "../Rate";
import Comments from "../../../components/Comments"; import Comments from "../../../components/Comments";
import Comment from "../Comment";
import QandA from "../../../components/QandA"; import QandA from "../../../components/QandA";
const DesktopProductLayout = () => { const DesktopProductLayout = () => {
@ -22,7 +23,8 @@ const DesktopProductLayout = () => {
</div> </div>
<div className="w-4/5 "> <div className="w-4/5 ">
<Comments indent={false} /> <Comments indent={false} />
{/* <QandA /> */} <Comment />
<QandA />
</div> </div>
</div> </div>
); );

Loading…
Cancel
Save