<?php
/**
* Pages loader - Auto-generated by build process.
* Do not edit this file manually.
*
* @package jetpack_videopress
*/
foreach ( [
__DIR__ . '/pages/jetpack-videopress-dashboard/page.php',
__DIR__ . '/pages/jetpack-videopress-dashboard/page-wp-admin.php',
] as $file ) {
if ( file_exists( $file ) ) {
require_once $file;
}
}