import Layout from "../components/layout/Layout"; function CreateInvoice() { return ( <>

Create Invoice


); } export default CreateInvoice;