source: src/app/dashboard/customer/new/page.tsx@ 87c9f1e

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

update the seed script. update the prisma schema, use mapping

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