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
|
Rev | Line | |
---|
[5d6f37a] | 1 | // sections
|
---|
[87c9f1e] | 2 | import { CustomerListView } from 'src/sections/client/view';
|
---|
[5d6f37a] | 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.