fix: correct shop macro paths to storefront in all macro files
Fix self-referencing documentation examples in storefront macros that incorrectly used shared/macros/shop/ instead of storefront/. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Cart preview dropdown and cart item components.
|
||||
|
||||
Usage:
|
||||
{% from 'shared/macros/shop/mini-cart.html' import mini_cart, cart_icon_button, cart_item %}
|
||||
{% from 'shared/macros/storefront/mini-cart.html' import mini_cart, cart_icon_button, cart_item %}
|
||||
#}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user