import { Link } from '@/components/ui/link'; export const NotFoundRoute = () => { return (

404 - Not Found

Sorry, the page you are looking for does not exist.

Go to Home
); };