not-found.jsx 127 B

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