Organize components, use webpack import aliases
This commit is contained in:
parent
f174d98107
commit
86c5451edb
50 changed files with 269 additions and 133 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Record, List } from 'immutable';
|
||||
import { push, replace, LOCATION_CHANGED } from '../util/router';
|
||||
import createReducer from '../util/createReducer';
|
||||
import createReducer from 'util/createReducer';
|
||||
import { push, replace, LOCATION_CHANGED } from 'util/router';
|
||||
import * as actions from './actions';
|
||||
|
||||
const TabRecord = Record({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue