mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 18:11:12 -05:00
feat: Implement Phase 3 optimizations
This commit is contained in:
15
src/components/admin/index.ts
Normal file
15
src/components/admin/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user