feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-22 05:46:54 +00:00
parent af4137b0b0
commit ce79d289f3
31 changed files with 892 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';