AG-1329 Modularisation work - update examples

This commit is contained in:
Sean Landsman
2019-10-18 18:40:14 +01:00
parent 46c26f074e
commit 51621200da
10 changed files with 20 additions and 16 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/dist/styles/ag-grid.css';
import 'ag-grid-community/dist/styles/ag-theme-fresh.css';
import '@ag-community/grid-core/dist/styles/ag-grid.css';
import '@ag-community/grid-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.