|
|
@ -15,6 +15,7 @@ import ProductTab from "../../components/ProductTab"; |
|
|
|
import Table from "./components/Desktop/Table"; |
|
|
|
import Table from "./components/Desktop/Table"; |
|
|
|
import Comments from "../../components/Comments"; |
|
|
|
import Comments from "../../components/Comments"; |
|
|
|
import Loading from "../../components/Loading"; |
|
|
|
import Loading from "../../components/Loading"; |
|
|
|
|
|
|
|
import Comment from "../Product/Comment"; |
|
|
|
|
|
|
|
|
|
|
|
//assets
|
|
|
|
//assets
|
|
|
|
import tickIcon from "../../components/ProductStatusCard/tick-circle.svg"; |
|
|
|
import tickIcon from "../../components/ProductStatusCard/tick-circle.svg"; |
|
|
@ -247,7 +248,9 @@ function Video({ |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
</header> |
|
|
|
<Comments indent={false} /> |
|
|
|
<div className="mt-10"> |
|
|
|
|
|
|
|
<Comments indent={false} /> <Comment /> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|