Add more ES6

This commit is contained in:
Jonathan Cremin 2015-06-15 02:34:39 +01:00
parent 60f90817ad
commit 0650e6b3b8
17 changed files with 374 additions and 383 deletions

View file

@ -1,4 +1,4 @@
var Router = require('react-router');
import Router from 'react-router';
export default function* (routes, url) {
let router = Router.create({