Upgrade React and React Router

This commit is contained in:
Jonathan Cremin 2016-01-09 15:10:28 +00:00
parent ef8e8ca59e
commit c96b4b624b
12 changed files with 218 additions and 134 deletions

1
app.js
View file

@ -17,7 +17,6 @@ import itunesProxy from './routes/itunes-proxy';
import React from 'react';
import { routes } from './views/app';
import createHandler from './lib/react-handler';
import errorHandler from './lib/error-handler';
import debuglog from 'debug';