changes to match v3.3.0

This commit is contained in:
Ceolter
2016-02-08 14:05:08 +00:00
parent 3826856000
commit eb642411b6
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ import ReactDOM from 'react-dom';
import React from 'react';
import MyApp from './MyApp.jsx';
// is there a better way of doing this?
import 'ag-grid-root/styles/ag-grid.css';
import 'ag-grid-root/styles/theme-fresh.css';
import 'ag-grid-root/dist/styles/ag-grid.css';
import 'ag-grid-root/dist/styles/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.