components.phtml 329 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <?php
  9. /**
  10. * Declare a list of components and its dependencies to resources
  11. */
  12. ?>
  13. <?php /** @var $block \Magento\Framework\View\Element\Js\Components */ ?>
  14. <?= $block->getChildHtml() ?>