// app/not-found.tsx "use client"; import Link from "next/link"; import { Button, Result } from "antd"; export default function NotFound() { return (
} />
); }