aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-23 06:52:24 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-23 11:52:24 +0000
commit0c322a7a4ce2474be69a70823ba5f1ea83162e9c (patch)
tree325040af714bb70067c25662392babc7d3e23108 /src/routes.tsx
parentUpdate the build script for Windows (Powershell) and normalized with the unix... (diff)
downloadferdium-app-0c322a7a4ce2474be69a70823ba5f1ea83162e9c.tar.gz
ferdium-app-0c322a7a4ce2474be69a70823ba5f1ea83162e9c.tar.zst
ferdium-app-0c322a7a4ce2474be69a70823ba5f1ea83162e9c.zip
Update node modules (#31)
* Suppress eslint rules as warnings (dont turn off completely)
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