import { createFileRoute } from '@tanstack/react-router'; export const Route = createFileRoute('/')({ component: IndexRoute, }); function IndexRoute() { return (

TanStack starter

Wiring only — no invented domain. Replace this placeholder with your first real route. See README.md for the conventions.

); }