import { InvoicesPage } from '@/components/dashboard/invoices-page';

export default function Invoices() {
  return <InvoicesPage />;
}
