index.jsx 112 B

1234567
  1. import React from 'react'
  2. const InvoiceAggregate = () => {
  3. return <div />
  4. }
  5. export default InvoiceAggregate