const PermissionNotFound = () => { return (

Permission Not Found

You do not have permission to access this page.

); }; export default PermissionNotFound;