aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/constants.js
blob: 2d1416ee05746cd5edc671b6cb2b0e331f6d8f45 (plain) (blame)
1
2
3
4
export const WORKSPACES_ROUTES = {
  ROOT: '/settings/workspaces',
  EDIT: '/settings/workspaces/:action/:id',
};