import { Result } from 'antd'; import React from 'react'; export const UnauthorizedPage = () => { return ( <> ); };