mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 16:31:18 +10:00
refactor layout
* ui polishing * frontend and backend fixes
This commit is contained in:
@ -4,6 +4,18 @@ const APP_ROUTE = {
|
||||
LOGIN: "/login",
|
||||
SIGNUP: "/signup",
|
||||
},
|
||||
SETTINGS: {
|
||||
ACCOUNT: {
|
||||
PROFILE: "/settings/account/profile",
|
||||
PREFERENCES: "/settings/account/preferences",
|
||||
},
|
||||
WORKSPACE: {
|
||||
GENERAL: "/settings/workspace",
|
||||
MEMBERS: "/settings/members",
|
||||
GROUPS: "/settings/groups",
|
||||
SPACES: "/settings/spaces",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default APP_ROUTE;
|
||||
|
||||
Reference in New Issue
Block a user