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