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 +1,6 @@
export * as Car from './car';
export * as Customer from './customer';
export * as Washing from './washing';
export * as Order from './order'; // import: Car, Customer, Washing
export * as Review from './review';
export * from './stubs';