<?php
// Avoiding Direct File Access
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Provide an admin area view for the plugin
 *
 * This file is used to markup the admin-facing aspects of the plugin.
 *
 * @since    1.0.0
 * @package  &&&plugin_package_name&&&\interaction\admin\partials
 */
?>

<!-- This file should consist primarily of HTML with a little bit of PHP. -->

