import React from 'react'; import type { NextPage } from 'next'; import UserList from '../../components/UserList'; const UsersPage: NextPage = () => { return ; }; export default UsersPage;