From 5329b1fd16d0b8940f9526b523676dfb1cdbf317 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 24 Jun 2021 15:53:42 +0530 Subject: switching to typescript --- src/components/Form/MetaInfoForm.js | 22 ---------------------- 1 file changed, 22 deletions(-) delete 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 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 ( -
-

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