import { Box, Typography } from "@mui/material"; export default function Unauthorized() { return ( 401 Unauthorized You do not have access to this page. ); }