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/Form/MetaInfoForm.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/components/Form/MetaInfoForm.js (limited to 'src/components/Form/MetaInfoForm.js') diff --git a/src/components/Form/MetaInfoForm.js b/src/components/Form/MetaInfoForm.js new file mode 100644 index 0000000..da7f26a --- /dev/null +++ b/src/components/Form/MetaInfoForm.js @@ -0,0 +1,14 @@ +import React /*, { useState }*/ from "react"; +import "./Form.css"; + +const MetaInfoForm = () => { + return ( +
+

This section of the app is missing

+

Please look at this waifu instead.

+ Shit where is the waifu +
+ ) +} + +export default MetaInfoForm; -- cgit v1.2.3