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