AG-1329 Update examples

This commit is contained in:
Sean Landsman
2019-11-11 11:22:13 +00:00
parent ff7c46e553
commit 5ad3592fed
10 changed files with 23 additions and 15 deletions

View File

@@ -1,7 +1,5 @@
import React, {Component} from "react";
import {connect} from "react-redux";
// take this line out if you do not want to use ag-Grid-Enterprise
// import "ag-grid-enterprise";
import {setCurrency, updateRowData} from "./gridDataActions";

View File

@@ -1,8 +1,6 @@
import React, {Component} from "react";
import {Provider} from "react-redux";
import {createStore} from "redux";
// take this line out if you do not want to use ag-Grid-Enterprise
// import "ag-grid-enterprise";
import HeaderComponent from "./HeaderComponent";
import GridComponent from "./GridComponent";