summaryrefslogtreecommitdiffstats
path: root/src/routes.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes.tsx')
-rw-r--r--src/routes.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.tsx b/src/routes.tsx
index 27ed6259c..696d7762f 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -39,7 +39,6 @@ import { RealStores } from './stores';
39 39
40interface IProps { 40interface IProps {
41 history: HashHistory; 41 history: HashHistory;
42
43 actions?: Actions; 42 actions?: Actions;
44 stores?: RealStores; 43 stores?: RealStores;
45} 44}