import type { NextPage } from 'next'; import UserProfile from '../../../components/UserProfile'; const UserPage: NextPage = () => { return ; }; export default UserPage;