components.phtml 235 B

1234567891011
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. /** @var \Magento\Framework\View\Element\Js\Components $block */
  8. ?>
  9. <?= $block->getChildHtml() ?>