diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 14:59:03 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 14:59:03 +0530 |
commit | 7811161205e743ba40ce036b1486520f52414c34 (patch) | |
tree | e7309bbdf463d53390f9f42bba143455892912f0 /src/components/BillingPage.js | |
parent | 54fd6380d550b75137dad64502c21226aadd1550 (diff) |
organised css and rewrote some css for more consistency
Diffstat (limited to 'src/components/BillingPage.js')
-rw-r--r-- | src/components/BillingPage.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/BillingPage.js b/src/components/BillingPage.js index 0f7ddf9..567a7d2 100644 --- a/src/components/BillingPage.js +++ b/src/components/BillingPage.js @@ -13,7 +13,9 @@ import AddNewItemForm from "./Form/AddNewItemForm"; import RegisterItemForm from "./Form/RegisterItemForm"; import MetaInfoForm from "./Form/MetaInfoForm"; import ItemsDisplay from "./Display/ItemsDisplay"; -import SummaryDisplay from "./Display/SummaryDisplay"; const BillingPage = () => { +import SummaryDisplay from "./Display/SummaryDisplay"; + +const BillingPage = () => { const [savedItems, getSavedItems] = useState([]); const [registerFormVisibility, setRegisterFormVisibility] = useState(false); |