import React from 'react'; import InvoiceList from '../components/InvoiceList'; const Invoices = () => { return (

Invoices

); }; export default Invoices;