Add more ES6
This commit is contained in:
parent
60f90817ad
commit
0650e6b3b8
17 changed files with 374 additions and 383 deletions
|
@ -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 = [];
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue