add order form page models, reorder landing models (#8)

This commit is contained in:
RustamRu
2024-12-08 09:55:13 +03:00
parent 440e87ef76
commit b79c957779
8 changed files with 53 additions and 8 deletions

View File

@@ -1,3 +1 @@
export * from './i18n';
export * as Order from './order';
export * as Review from './review';
export * from './i18n';