aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/containers/WorkspacesScreen.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/containers/WorkspacesScreen.tsx')
-rw-r--r--src/features/workspaces/containers/WorkspacesScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/containers/WorkspacesScreen.tsx b/src/features/workspaces/containers/WorkspacesScreen.tsx
index 33808b69d..5b153fb50 100644
--- a/src/features/workspaces/containers/WorkspacesScreen.tsx
+++ b/src/features/workspaces/containers/WorkspacesScreen.tsx
@@ -9,7 +9,7 @@ import {
9 getUserWorkspacesRequest, 9 getUserWorkspacesRequest,
10 updateWorkspaceRequest, 10 updateWorkspaceRequest,
11} from '../api'; 11} from '../api';
12import { WorkspacesStore } from '../../../stores.types'; 12import { WorkspacesStore } from '../../../@types/stores.types';
13 13
14type Props = { 14type Props = {
15 actions: { 15 actions: {