project scaffolding + start on frontend
This commit is contained in:
11
frontend/src/components/pages/middleware/index.tsx
Normal file
11
frontend/src/components/pages/middleware/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import DashboardLayout from "../../layouts/Dashboard";
|
||||
|
||||
const MiddlewarePage = () => {
|
||||
return (
|
||||
<DashboardLayout>
|
||||
<div>Middleware</div>
|
||||
</DashboardLayout>
|
||||
);
|
||||
};
|
||||
|
||||
export default MiddlewarePage;
|
||||
Reference in New Issue
Block a user