diff --git a/src/Checkout/Checkout.css b/src/Checkout/Checkout.css new file mode 100644 index 0000000..e69de29 diff --git a/src/Checkout/Checkout.js b/src/Checkout/Checkout.js new file mode 100644 index 0000000..a7ceda2 --- /dev/null +++ b/src/Checkout/Checkout.js @@ -0,0 +1,8 @@ +import React from "react"; +import "./Checkout.css"; + +function Checkout() { + return
Checkout
; +} + +export default Checkout;