Skip to content

Instantly share code, notes, and snippets.

@xthecapx
Created June 27, 2019 21:05
Show Gist options
  • Save xthecapx/4e8ecebccb6e3717d24e4b80052de6e3 to your computer and use it in GitHub Desktop.
Save xthecapx/4e8ecebccb6e3717d24e4b80052de6e3 to your computer and use it in GitHub Desktop.

Revisions

  1. xthecapx created this gist Jun 27, 2019.
    12 changes: 12 additions & 0 deletions ProductDetailsEmpty.jsx
    Original 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;