import { Link } from "@remix-run/react"; export default function DashboardCatchAll() { return (

Page Not Found

The page you're looking for doesn't exist.

Back to Dashboard
); }