This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cart/bp/__init__.py
giles ac458ba96c
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m33s
Add fragment blueprint + sync shared: micro-frontend infrastructure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 08:27:49 +00:00

7 lines
345 B
Python

from .cart.overview_routes import register as register_cart_overview
from .cart.page_routes import register as register_page_cart
from .cart.global_routes import register as register_cart_global
from .order.routes import register as register_order
from .orders.routes import register as register_orders
from .fragments import register_fragments