<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2021 Amasty (https://www.amasty.com)
 * @package Amasty_Rewards
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Amasty_Rewards::css/customer-account.css"/>
    </head>
    <body>
        <referenceBlock name="customer_form">
            <block class="Amasty\Rewards\Block\Adminhtml\RewardTab" name="amrewards" acl="Amasty_Rewards::customer" />
            <block class="Amasty\Rewards\Block\Adminhtml\RewardHistoryTab" name="amrewardsHistory" acl="Amasty_Rewards::customer" />
        </referenceBlock>
    </body>
</page>
