<?php

use BitApps\SocialPro\Deps\BitApps\WPKit\Http\Router\Route;

if (!defined('ABSPATH')) {
    exit;
}

Route::group(function () {
    //
});
