Update babel to 6.0

This commit is contained in:
Logan Tegman
2016-01-06 09:33:55 -08:00
parent 05d34c8e15
commit 4341a3eee2
11 changed files with 20 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ import { Row } from 'react-bootstrap';
import { ToastMessage, ToastContainer } from 'react-toastr';
import { contain } from 'thundercats-react';
import { Nav } from './components/Nav';
import Nav from './components/Nav';
const toastMessageFactory = React.createFactory(ToastMessage.animation);