diff options
Diffstat (limited to 'src/components/Form/MetaInfoForm.js')
-rw-r--r-- | src/components/Form/MetaInfoForm.js | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/components/Form/MetaInfoForm.js b/src/components/Form/MetaInfoForm.js deleted file mode 100644 index 5d9e3c3..0000000 --- a/src/components/Form/MetaInfoForm.js +++ /dev/null @@ -1,22 +0,0 @@ -/* - * OpenBills - Self hosted browser app to generate and keep track of simple invoices - * Version - 0 - * Licensed under the MIT license - https://opensource.org/licenses/MIT - * - * Copyright (c) 2021 Vidhu Kant Sharma -*/ - -import React /*, { useState }*/ from "react"; -import "./Form.scss"; - -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; |