fix: place orders in the model
Some checks are pending
it-academy/dry-wash-pl/pipeline/pr-main Build started...
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
2025-02-08 22:36:30 +03:00
parent ed8ae95436
commit 658e23d4e3
5 changed files with 45 additions and 44 deletions

View File

@@ -1,2 +1,3 @@
export * from './common';
export * from './order';
export * from './master';