1import { NotFoundPart } from "@/pages/parts/errors/NotFoundPart"; 2 3export function NotFoundPage() { 4 return <NotFoundPart />; 5}