import type { NextPage } from "next"; const Forbidden: NextPage = () => { return

Sorry, you are not authorized to access this page

; }; export default Forbidden;