web: commentaire de routage (limits)
1 changed file +1 −1
modified
hfmarketdata/web/src/App.jsx
+1 −1
@@ -1,4 +1,4 @@ | ||
| 1 | −// Route table — one lazy chunk per area. Owners: web-core (home, pricing, docs, status, layout), | |
| 1 | +// Route table — one lazy chunk per area. Owners: web-core (home, limits, docs, status, layout), | |
| 2 | 2 | // web-app (playground, auth, dashboard, admin), mcp-skills (integrations). |
| 3 | 3 | import React, { Suspense, lazy } from 'react' |
| 4 | 4 | import { Navigate, Route, Routes } from 'react-router-dom' |
| 5 | 5 | |