aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/constants.ts')
-rw-r--r--src/features/workspaces/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/features/workspaces/constants.ts b/src/features/workspaces/constants.ts
new file mode 100644
index 000000000..2d1416ee0
--- /dev/null
+++ b/src/features/workspaces/constants.ts
@@ -0,0 +1,4 @@
1export const WORKSPACES_ROUTES = {
2 ROOT: '/settings/workspaces',
3 EDIT: '/settings/workspaces/:action/:id',
4};