import { Link } from '@tanstack/react-router'; /** Shown for any URL outside the app's routes (previously rendered a blank shell). */ export function NotFound() { return (

Page not found

That page doesn’t exist or has moved.

Back to campaigns
); }