We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b153c06 commit ff416b9Copy full SHA for ff416b9
app/code/Magento/Wishlist/view/frontend/layout/wishlist_index_index.xml
@@ -7,6 +7,9 @@
7
-->
8
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
9
<update handle="customer_account"/>
10
+ <head>
11
+ <css src="Magento_Wishlist::css/styles.css"/>
12
+ </head>
13
<body>
14
<referenceBlock name="head.components">
15
<block class="Magento\Framework\View\Element\Js\Components" name="wishlist_head_components" template="Magento_Wishlist::js/components.phtml"/>
0 commit comments