AG-1329 Rename packages to new scopes (@ag-grid-community & @ag-grid-enterprise)

This commit is contained in:
Sean Landsman
2019-11-05 09:18:50 +00:00
parent 6ad4493357
commit 1c1e1bf555
15 changed files with 25 additions and 25 deletions

View File

@@ -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.