import NotFoundView from "@/components/system/NotFoundView"; export default function NotFound() { return <NotFoundView />; }