Add rext, react-redux and basic table from react-table

which listens to store changes from core
This commit is contained in:
Abhas
2018-10-08 08:02:30 +05:30
parent 11917f9520
commit 51cbe9fd17
8 changed files with 10703 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
import 'babel-polyfill';
// tslint:disable-next-line:ordered-imports
import { runMain } from './core/gh';
import './app';
// tslint:disable-next-line:only-arrow-functions
(function(currentWindow: Window) {