aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 8235f017b..b8f649740 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -26,12 +26,7 @@ import WorkspacesScreen from './features/workspaces/containers/WorkspacesScreen'
26import EditWorkspaceScreen from './features/workspaces/containers/EditWorkspaceScreen'; 26import EditWorkspaceScreen from './features/workspaces/containers/EditWorkspaceScreen';
27import { WORKSPACES_ROUTES } from './features/workspaces/constants'; 27import { WORKSPACES_ROUTES } from './features/workspaces/constants';
28 28
29import SettingsStore from './stores/SettingsStore';
30
31type Props = { 29type Props = {
32 stores: {
33 settings: typeof SettingsStore;
34 };
35 history: any; 30 history: any;
36}; 31};
37 32