import { InfoBlock } from "@/components/shared/info-block"; export default function UnauthorizedPage() { return (
); }