aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/store.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-13 19:57:23 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-13 19:57:23 +0530
commitd7b2ea8ce137afe0540307e59a3f13c658df8a0b (patch)
tree9980e9de0c0dd9bf97242061fff6f1163ad69dc0 /src/features/workspaces/store.js
parentPass --publish never for PR builds (#1521) (diff)
downloadferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.gz
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.zst
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.zip
Removed the cyclical dependency in workspaces and announcement (Partial fix for: #1519) (#1522)
Diffstat (limited to 'src/features/workspaces/store.js')
-rw-r--r--src/features/workspaces/store.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/store.js b/src/features/workspaces/store.js
index 5c90ff180..bddcb6eb4 100644
--- a/src/features/workspaces/store.js
+++ b/src/features/workspaces/store.js
@@ -13,7 +13,7 @@ import {
13 getUserWorkspacesRequest, 13 getUserWorkspacesRequest,
14 updateWorkspaceRequest, 14 updateWorkspaceRequest,
15} from './api'; 15} from './api';
16import { WORKSPACES_ROUTES } from './index'; 16import { WORKSPACES_ROUTES } from './constants';
17import { createReactions } from '../../stores/lib/Reaction'; 17import { createReactions } from '../../stores/lib/Reaction';
18import { createActionBindings } from '../utils/ActionBinding'; 18import { createActionBindings } from '../utils/ActionBinding';
19 19