AG-1329 Rename packages to new scopes (@ag-grid-community & @ag-grid-enterprise)
This commit is contained in:
@@ -4,8 +4,8 @@ import ReactDOM from 'react-dom';
|
||||
import React from 'react';
|
||||
import LargeGrid from './largeGrid.jsx';
|
||||
|
||||
import '@ag-grid-community/grid-core/dist/styles/ag-grid.css';
|
||||
import '@ag-grid-community/grid-core/dist/styles/ag-theme-fresh.css';
|
||||
import '@ag-grid-community/core/dist/styles/ag-grid.css';
|
||||
import '@ag-grid-community/core/dist/styles/ag-theme-fresh.css';
|
||||
|
||||
// waiting for dom to load before booting react. we could alternatively
|
||||
// put the index.js reference at the end fo the index.html, but i prefer this way.
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
import React, {Component} from 'react';
|
||||
import SimpleCellRenderer from './simpleCellRenderer.jsx';
|
||||
import {AgGridReact} from '@ag-grid-community/grid-react';
|
||||
import {AgGridReact} from '@ag-grid-community/react';
|
||||
|
||||
// for community features
|
||||
import {AllCommunityModules} from "@ag-grid-community/grid-all-modules";
|
||||
import {AllCommunityModules} from "@ag-grid-community/all-modules";
|
||||
|
||||
// for enterprise features
|
||||
// import {AllModules} from "@ag-grid-enterprise/grid-all-modules";
|
||||
// import {AllModules} from "@ag-grid-enterprise/all-modules";
|
||||
|
||||
export default class MyApp extends Component {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user