123456789101112131415161718 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- // @codingStandardsIgnoreFile
- ?>
- <?php
- /**
- * Declare a list of components and its dependencies to resources
- */
- ?>
- <?php /** @var $block \Magento\Framework\View\Element\Js\Components */ ?>
- <?= $block->getChildHtml() ?>
|