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