From 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 26 Apr 2021 19:46:35 +0530 Subject: Minor styling + fixed the calculation of discount and taxes and added new calculations --- src/components/BillingPage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/BillingPage.js') diff --git a/src/components/BillingPage.js b/src/components/BillingPage.js index 3f60f44..1f42bf0 100644 --- a/src/components/BillingPage.js +++ b/src/components/BillingPage.js @@ -4,6 +4,7 @@ import axios from "axios"; import AddNewItemForm from "./Form/AddNewItemForm"; import ItemsDisplay from "./Display/ItemsDisplay"; import SummaryDisplay from "./Display/SummaryDisplay"; +import MetaInfoForm from "./Form/MetaInfoForm"; const BillingPage = () => { const [savedItems, getSavedItems] = useState([]) @@ -35,7 +36,7 @@ const BillingPage = () => {
-
placeholder for extras menu
+
-- cgit v1.2.3