diff --git a/dashboard/src/common/routes/index.jsx b/dashboard/src/common/routes/index.jsx index f8a34f6..2784003 100644 --- a/dashboard/src/common/routes/index.jsx +++ b/dashboard/src/common/routes/index.jsx @@ -16,6 +16,7 @@ import Permissions from "@/states/Dashboard/pages/Permissions"; import Groups from "@/states/Dashboard/pages/Groups"; import MetaData from "@/states/Dashboard/pages/MetaData"; import AccessKeys from "@/states/Dashboard/pages/AccessKeys"; +import Members from "@/states/Dashboard/pages/Members"; export const routes = [ {path: "/", element: }, @@ -26,7 +27,7 @@ export const routes = [ {path: "/projects/:projectId/groups", element: }, {path: "/projects/:projectId/meta", element: }, {path: "/projects/:projectId/keys", element: }, - {path: "/projects/:projectId/members", element:

Members

}, + {path: "/projects/:projectId/members", element: }, {path: "/projects/:projectId/info", element: } ]