AG-1329 Update framework examples and tests

This commit is contained in:
Sean Landsman
2019-10-18 20:46:09 +01:00
parent 51621200da
commit b4c3ebc248
5 changed files with 14 additions and 20 deletions

View File

@@ -5,10 +5,6 @@ import {render} from "react-dom";
import {Provider} from "react-redux";
import '@ag-community/client-side-row-model'
import "@ag-community/grid-core/dist/styles/ag-grid.css";
import "@ag-community/grid-core/dist/styles/ag-theme-fresh.css";
import StoreService from './services/StoreService';
import TraderDashboard from "./components/TraderDashboard.jsx";