<?xml version="1.0"?>
<!--
/**
 * Copyright © Zhik. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="styles"/>
    <body>
        <referenceContainer name="content">
            <block class="Zhik\DealerLocator\Block\Adminhtml\Config\ApiKey" 
                   name="dealerlocator.api.key" 
                   template="Zhik_DealerLocator::config/api_key.phtml" 
                   before="-" />
            <uiComponent name="dealerlocator_location_form"/>
        </referenceContainer>
    </body>
</page>