source: src/app/dashboard/customer/list/page.tsx

main
Last change on this file 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: 290 bytes
RevLine 
[5d6f37a]1// sections
[87c9f1e]2import { CustomerListView } from 'src/sections/client/view';
[5d6f37a]3
4// ----------------------------------------------------------------------
5
6export const metadata = {
7 title: 'Dashboard: Customer List',
8};
9
10export default function UserListPage() {
11 return <CustomerListView />;
12}
Note: See TracBrowser for help on using the repository browser.