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