import { FC } from 'react'; const UserInfoPage: FC = () => null; export default UserInfoPage;