Created
          June 27, 2019 21:05 
        
      - 
      
 - 
        
Save xthecapx/4e8ecebccb6e3717d24e4b80052de6e3 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
xthecapx created this gist
Jun 27, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ import React from 'react'; const ProductDetails = () => { return ( <div className="product-deatils"> <h2>Product Details works!</h2> </div> ) }; export default ProductDetails;