source: src/app/dashboard/invoice/new/page.tsx@ 5d6f37a

main
Last change on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 305 bytes
Line 
1// sections
2import { InvoiceCreateView } from 'src/sections/invoice/view';
3
4// ----------------------------------------------------------------------
5
6export const metadata = {
7 title: 'Dashboard: Create a new invoice',
8};
9
10export default function InvoiceCreatePage() {
11 return <InvoiceCreateView />;
12}
Note: See TracBrowser for help on using the repository browser.