folder restructure

This commit is contained in:
hannathkadher
2024-12-12 16:14:35 +04:00
parent 2e95dbfd9f
commit ff7c02d584
3 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export * from './subspace-model.dto';
export * from './subspace-model';
export * from './space-model.dto';
export * from './space-product-item-model.dto';
export * from './space-product-model.dto';

View File

@ -0,0 +1 @@
export * from './subspace-model.dto'