Update formatting for importing functions

This commit is contained in:
John Furrow
2015-11-21 14:32:17 -08:00
parent ca653c21d8
commit 2dd79a3358
12 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
import { createSelector } from 'reselect';
import {createSelector} from 'reselect';
const clientSelector = (state) => {
return state.client;