import { Result } from 'antd'; import BackIcon from 'components/Icons/BackIcon'; export const Error404Page = () => { return ( } /> ); };