refactor: update module imports to use module locations
Update all module files to import from canonical module locations instead of legacy re-export files: - checkout, orders, customers routes: use module schemas - catalog, marketplace schemas: use inventory module schemas - marketplace, customers, inventory, analytics services: use module models Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,7 @@ from models.schema.auth import (
|
||||
PasswordResetResponse,
|
||||
UserLogin,
|
||||
)
|
||||
from models.schema.customer import (
|
||||
from app.modules.customers.schemas import (
|
||||
CustomerAddressCreate,
|
||||
CustomerAddressListResponse,
|
||||
CustomerAddressResponse,
|
||||
|
||||
Reference in New Issue
Block a user