// sections import { CustomerCreateView } from 'src/sections/client/view'; // ---------------------------------------------------------------------- export const metadata = { title: 'Dashboard: Create a new customer', }; export default function UserCreatePage() { return ; }