page.jsx 135 B

12345
  1. import ForbiddenView from "@/components/system/ForbiddenView";
  2. export default function ForbiddenPage() {
  3. return <ForbiddenView />;
  4. }