feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-28 08:04:48 +00:00
parent a2ceaa0d69
commit 50de2d688f
24 changed files with 581 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';