- Shipped
- 2025年11月16日 21:20 UTC
- Author
- snadjafinia
- Commit
- 8656eec
- Fixed Grid component usage: changed from Grid item xs={12} to Grid size={{ xs: 12 }} (MUI v6 Grid2 API) - Fixed invalid icon imports: replaced Package with Inventory2 and Truck with DirectionsCar - Removed unused imports (Card, CardContent, Grid, Payment, CalendarToday, AttachMoney) - Fixed duplicate function declarations by moving interfaces outside functions - Added eslint-disable comments for intentionally unused props (tab, title, helpTips) required by SettingsView interface