Created
May 29, 2022 19:59
-
-
Save Lahirutech/5893a5bc6cd3f70514c1fd11b7ef3bb8 to your computer and use it in GitHub Desktop.
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 characters
| import React from 'react'; | |
| import './cart.css'; | |
| const Cart = () => ( | |
| <div className="btnGrp"> | |
| <Button className="addBtn"> Add Me </Button> | |
| <Button className="addBtn"> Add Me </Button> | |
| </div> | |
| ); | |
| export default Cart; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment