feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-25 16:04:45 +00:00
parent 58936bcb24
commit be7d0ff4d9
84 changed files with 2285 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export { EquipmentList } from './EquipmentList';
export { EquipmentCreate } from './EquipmentCreate';
export { EquipmentEdit } from './EquipmentEdit';
export { EquipmentShow } from './EquipmentShow';