diff --git a/addtocart/AddToCart.js b/addtocart/AddToCart.js new file mode 100644 index 0000000..6645bb6 --- /dev/null +++ b/addtocart/AddToCart.js @@ -0,0 +1,28 @@ +import React from 'react'; +export default class AddToCart extends React.PureComponent { + + render() { + return ( + + + + + + ); +} +}