import React from "react"; const UnauthorizedView = () => { return
You donot have permission to view this page
; }; export default UnauthorizedView;