Merge branch 'development' into feature/connect-docs

* development:
  rename for clarity
  remove unused code
  Publish
This commit is contained in:
Fabio Berger
2017-11-28 16:06:44 -06:00
6 changed files with 8 additions and 17 deletions

View File

@@ -94,15 +94,6 @@ const LazyConnectDocumentation = createLazyComponent(
),
);
const docs = class Documentation extends
React.Component<any, any> {
public render() {
return (
<div>hlwkdjaeljdflajfesli</div>
);
}
};
const store: ReduxStore<State> = createStore(reducer);
render(
<Router>