aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/MetaInfoForm.js
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 19:46:35 +0530
commit7dbbfc0c2eac7000bf208ce068e887b4db14ea5f (patch)
treef82316aa52a597362c388b73a2974f48991f6cdb /src/components/Form/MetaInfoForm.js
parent66b4673b4e05275643353026275360001e4a9172 (diff)
Minor styling + fixed the calculation of discount and taxes and added new calculations
Diffstat (limited to 'src/components/Form/MetaInfoForm.js')
-rw-r--r--src/components/Form/MetaInfoForm.js14
1 files changed, 14 insertions, 0 deletions
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 (
+ <div className={"MetaInfoForm"}>
+ <h1>This section of the app is missing</h1>
+ <p>Please look at this waifu instead.</p>
+ <img height="300" width="230" src="https://i.redd.it/te8tbxl1r9v61.jpg" alt="Shit where is the waifu"></img>
+ </div>
+ )
+}
+
+export default MetaInfoForm;