@@ -0,0 +1,5 @@
+import ForbiddenView from "@/components/system/ForbiddenView";
+
+export default function ForbiddenPage() {
+ return <ForbiddenView />;
+}
+import NotFoundView from "@/components/system/NotFoundView";
+export default function NotFound() {
+ return <NotFoundView />;