import type { FC } from 'react' import ErrorScreen from '@/components/ErrorScreen' const NotFound: FC = () => export default NotFound