main
Last change
on this file since 057453c was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
302 bytes
|
Rev | Line | |
---|
[5d6f37a] | 1 | // sections
|
---|
| 2 | import { CustomerCreateView } from 'src/sections/user/view';
|
---|
| 3 |
|
---|
| 4 | // ----------------------------------------------------------------------
|
---|
| 5 |
|
---|
| 6 | export const metadata = {
|
---|
| 7 | title: 'Dashboard: Create a new customer',
|
---|
| 8 | };
|
---|
| 9 |
|
---|
| 10 | export default function UserCreatePage() {
|
---|
| 11 | return <CustomerCreateView />;
|
---|
| 12 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.