import { PageNotFound } from "./[domain]/components/pageNotFound";
export default function NotFoundPage() {
return (
<PageNotFound />
)
}