New Menu
Add New menu/route in the main layout
To add one more menu item in <MainRoutes />
, update the following file at the same location ...\src\routes\MainRoutes.jsx
MainRoutes.jsx
Any route added in <MainLayout>
will automatically go through <AuthGuard>
Last updated