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