feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-23 07:57:21 +00:00
parent 636fca2c3a
commit fedb5f1841
24 changed files with 656 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';