AG-1329 Move ag-grid-react and ag-grid-vue to modules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, {Component} from "react";
|
||||
import {AgGridColumn, AgGridReact} from "ag-grid-react";
|
||||
import {AgGridColumn, AgGridReact} from "@ag-community/grid-react";
|
||||
import RowDataFactory from "./RowDataFactory";
|
||||
import DateComponent from "./DateComponent.jsx";
|
||||
import SkillsCellRenderer from './SkillsCellRenderer.jsx';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, {Component} from "react";
|
||||
import {connect} from "react-redux";
|
||||
import {AgGridReact} from "ag-grid-react";
|
||||
import {AgGridReact} from "@ag-community/grid-react";
|
||||
|
||||
import PriceRenderer from "./PriceRenderer";
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React, {useContext} from "react";
|
||||
import {Context} from "./store";
|
||||
import {AgGridReact} from "ag-grid-react";
|
||||
import {AgGridReact} from "@ag-community/grid-react";
|
||||
|
||||
/*
|
||||
* This component serves to display the row data (provided by redux)
|
||||
|
||||
Reference in New Issue
Block a user