Files
ISA-Frontend/libs/oms/data-access/src/lib/stores/index.ts
Lorenz Hilpert d84bc276d5 chore: update dependencies and add new path mappings
- Updated @nx/js from 20.4.6 to 20.8.1
- Updated angular-eslint from 19.1.0 to 19.2.0
- Added path mapping for @isa/common/print in tsconfig.base.json
- Added path mapping for @isa/ui/dialog in tsconfig.base.json
- Added path mapping for @isa/ui/list in tsconfig.base.json
2025-05-21 14:38:24 +02:00

5 lines
161 B
TypeScript

export * from './return-details.store';
export * from './return-process.store';
export * from './return-search.store';
export * from './return-task-list.store';