feat: Implement Phase 3 optimizations

This commit is contained in:
gpt-engineer-app[bot]
2025-10-15 12:19:37 +00:00
parent c3533d0a82
commit 81a4b9ae31
10 changed files with 1582 additions and 7 deletions

View File

@@ -0,0 +1,15 @@
// Admin components barrel exports
export { AdminPageLayout } from './AdminPageLayout';
export { DesignerForm } from './DesignerForm';
export { LocationSearch } from './LocationSearch';
export { ManufacturerForm } from './ManufacturerForm';
export { NovuMigrationUtility } from './NovuMigrationUtility';
export { OperatorForm } from './OperatorForm';
export { ParkForm } from './ParkForm';
export { ProfileAuditLog } from './ProfileAuditLog';
export { PropertyOwnerForm } from './PropertyOwnerForm';
export { RideForm } from './RideForm';
export { RideModelForm } from './RideModelForm';
export { SystemActivityLog } from './SystemActivityLog';
export { TestDataGenerator } from './TestDataGenerator';
export { UserManagement } from './UserManagement';