Skip to content

Instantly share code, notes, and snippets.

@xthecapx
Created June 27, 2019 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xthecapx/4e8ecebccb6e3717d24e4b80052de6e3 to your computer and use it in GitHub Desktop.
Save xthecapx/4e8ecebccb6e3717d24e4b80052de6e3 to your computer and use it in GitHub Desktop.
import React from 'react';
const ProductDetails = () => {
return (
<div className="product-deatils">
<h2>Product Details works!</h2>
</div>
)
};
export default ProductDetails;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment