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

@ -2,7 +2,7 @@
import React from 'react';
import createHandler from '../lib/react-handler';
import {routes} from '../views/app.jsx';
import {routes} from '../views/app';
module.exports = function* () {
let recents = [];

View file

@ -1,6 +1,6 @@
import React from 'react';
import createHandler from '../lib/react-handler';
import {routes} from '../views/app.jsx';
import {routes} from '../views/app';
import services from '../lib/services';
let formatAndSort = function(matches, serviceId) {