diff --git a/src/Checkout/Checkout.js b/src/Checkout/Checkout.js index 95d420e..705ce8b 100644 --- a/src/Checkout/Checkout.js +++ b/src/Checkout/Checkout.js @@ -1,4 +1,8 @@ import React from "react"; + +// Import file +import Subtotal from "./Subtotal"; + import "./Checkout.css"; function Checkout() { @@ -16,7 +20,9 @@ function Checkout() { -
+
+ +
); }