<?xml version="1.0"?>
<!--
/**
 * Copyright © 2016 bitExpert AG. All rights reserved.
 * See LICENSE file for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">

    <head>
        <title>Force Customer Login - Create new Entry</title>
    </head>

    <body>
        <referenceContainer name="content">
            <block class="BitExpert\ForceCustomerLogin\Block\Adminhtml\Manage\Create"
                   name="manage_entry_create"/>
            <block class="BitExpert\ForceCustomerLogin\Block\Adminhtml\Manage\Create\Submit"
                   template="manage/create/submit.phtml"
                   name="manage_entry_create_submit"/>
        </referenceContainer>
    </body>
</page>
