import AddToCardLeftSection from "@/components/products/AddToCardLeftSection"; import AddToCardRightSection from "@/components/products/AddToCardRightSection"; import RelatedProductCards from "@/components/products/RelatedProductCards"; import RelatedVideos from "@/components/products/RelatedVideos"; import React from "react"; const page = ({ params }) => { return (
{/* */}
); }; export default page;