source: src/app/dashboard/customer/new/page.tsx@ 32e9876

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

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

  • Property mode set to 100644
File size: 304 bytes
RevLine 
[5d6f37a]1// sections
[87c9f1e]2import { CustomerCreateView } from 'src/sections/client/view';
[5d6f37a]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.