import { Link } from 'react-router'; import { AlertCircle, Home } from 'lucide-react'; import { Card, CardHeader, CardTitle, CardDescription, CardContent } from '../../components/ui/card'; import { Button } from '../../components/ui/button'; export function NotFoundPage() { return (
Page Not Found The page you're looking for doesn't exist or has been moved.
); }