// sections import { CustomerListView } from 'src/sections/client/view'; // ---------------------------------------------------------------------- export const metadata = { title: 'Dashboard: Customer List', }; export default function UserListPage() { return ; }