const UnauthorizedAccess = () => { return (

You are not authorized to access this page.

); }; export default UnauthorizedAccess;