<?xml version="1.0" ?>
<!--
/**
 * @package   Americana_AdminConfig
 * @author    Prasanta Hatui <prasanta.hatui@kelltontech.com>>
 * @copyright 2022 Americana. All rights reserved.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
	<router id="admin">
		<route frontName="americana" id="americana">
			<module before="Magento_Backend" name="Americana_AdminConfig"/>
		</route>
	</router>
</config>
