const rootProductCartElement = document.getElementById("root_product_cart");
const rootProductCart = ReactDOM.createRoot(rootProductCartElement);
//alert(_token_encode);
const ProductCartComponent=()=>{
return(
)
}
rootProductCart.render(, rootProductCartElement);