Move registration from redux selectors to util
This commit is contained in:
parent
ab909f1f42
commit
6b56dd4ce0
5 changed files with 7 additions and 27 deletions
|
@ -2,7 +2,7 @@ import { createSelector } from 'reselect';
|
|||
|
||||
import { StateType } from '../reducer';
|
||||
import { NetworkStateType } from '../ducks/network';
|
||||
import { isDone } from './registration';
|
||||
import { isDone } from '../../util/registration';
|
||||
|
||||
const getNetwork = (state: StateType): NetworkStateType => state.network;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue