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

This commit is contained in:
Sean Landsman
2019-11-04 20:25:39 +00:00
parent 1cf70a551e
commit 6ad4493357
15 changed files with 25 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
import React from 'react';
import {AgGridReact} from '@ag-community/grid-react';
import {AgGridReact} from '@ag-grid-community/grid-react';
export const App: React.FunctionComponent = () => <AgGridReact columnDefs={[]} rowData={[]}/>;