feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-22 07:24:09 +00:00
parent f47f74fa0e
commit 13224c96eb
29 changed files with 917 additions and 0 deletions

View File

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