Fix Leaflet SSR error: rename to .client.tsx

Leaflet accesses `window` on import, crashing during SSR. Renamed
RouteMapThumbnail to .client.tsx so React Router excludes it from
the server bundle entirely. Updated all lazy() imports to match.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-05 20:07:42 +02:00
parent 64231252bc
commit 81eb38a24d
5 changed files with 4 additions and 4 deletions