Routing
./routes/splat.tsx
./routes/splat/match2.tsx
Files that are named $.tsx are called "splat" (or "catch-all") routes. These routes will map to any URL not matched by other route files in the same directory. So in this branchwill all be rendered using $.tsx. But not