diff --git a/src/views/Product/Desktop/index.js b/src/views/Product/Desktop/index.js index d44f567..3765af1 100644 --- a/src/views/Product/Desktop/index.js +++ b/src/views/Product/Desktop/index.js @@ -22,9 +22,9 @@ const DesktopProductLayout = () => {
- + {/* */} - + {/* */}
); diff --git a/src/views/Video/index.js b/src/views/Video/index.js index ec5e467..a510fa1 100644 --- a/src/views/Video/index.js +++ b/src/views/Video/index.js @@ -15,6 +15,7 @@ import ProductTab from "../../components/ProductTab"; import Table from "./components/Desktop/Table"; import Comments from "../../components/Comments"; import Loading from "../../components/Loading"; +import Comment from "../Product/Comment"; //assets import tickIcon from "../../components/ProductStatusCard/tick-circle.svg"; @@ -247,7 +248,9 @@ function Video({ - +
+ +
); }