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:
4
app/modules/dev_tools/routes/pages/__init__.py
Normal file
4
app/modules/dev_tools/routes/pages/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Page routes will be added here
|
||||
# TODO: Add HTML page routes for admin/vendor dashboards
|
||||
|
||||
__all__ = []
|
||||
Reference in New Issue
Block a user