diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 17:06:26 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-02 17:06:26 +0530 |
commit | e946f0e51cbe72cec6bdf599c8ee9c1be1f64e0b (patch) | |
tree | 54a2ee83a315a0d933bd303415249a3465ddc5c6 /src/components/Form/Document/MetaInfoForm.tsx | |
parent | eedde57b9caff20e1e7d25b43fcb8785e23b3e11 (diff) |
working on the form info like date and stuff
Diffstat (limited to 'src/components/Form/Document/MetaInfoForm.tsx')
-rw-r--r-- | src/components/Form/Document/MetaInfoForm.tsx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/components/Form/Document/MetaInfoForm.tsx b/src/components/Form/Document/MetaInfoForm.tsx deleted file mode 100644 index bcddad6..0000000 --- a/src/components/Form/Document/MetaInfoForm.tsx +++ /dev/null @@ -1,21 +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 from "react"; -import "./../Form.scss"; - -const MetaInfoForm: React.FC = () => { - return ( - <div className={"MetaInfoForm"}> - <form> - </form> - </div> - ); -} - -export default MetaInfoForm; |