Files
bakery-ia/frontend/src/pages
Claude c8b7724be3 fix: Add default export to DashboardPage to fix lazy loading
The React.lazy import was expecting a default export, but the
component was only exported as a named export (NewDashboardPage).
This caused the error: "can't convert item to string"

Added default export while keeping the named export for compatibility.
2025-11-07 21:33:18 +00:00
..
2025-11-07 12:00:01 +01:00
2025-09-01 19:21:12 +02:00