import DashboardLayout from "../../layouts/Dashboard"; const MiddlewarePage = () => { return (
Middleware
); }; export default MiddlewarePage;