/* * 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;