Files
marketplaces/src/app/models/index.ts
2026-02-28 17:18:24 +04:00

5 lines
128 B
TypeScript

export * from './category.model';
export * from './item.model';
export * from './location.model';
export * from './auth.model';