<?xml version="1.0"?>
<!--
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
-->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
    <block name="vertex.address.validation" template="Vertex_AddressValidation::customer/form/address-validation.phtml" cacheable="false">
        <arguments>
            <argument name="viewModel" xsi:type="object">Vertex\AddressValidation\ViewModel\CustomerAddressValidation</argument>
        </arguments>
    </block>
</layout>
