import { Link } from '@tanstack/react-router'; export function NotFoundPage() { return (

Page not found

The page you requested does not exist.

Go back home
); }