import { Link } from 'react-router-dom'; import { Button } from '@/components/ui/Button'; export function NotFoundPage() { return (

404

We couldn't find that page.

); }