Skip to content

Commit

Permalink
refactor(typescript): selector
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Mar 11, 2019
1 parent 580cfe1 commit 885b580
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow
import { createSelector } from 'reselect'
import type { State } from 'types/state'
import { State } from 'types/state'

const selectModalManeger = (state: State) => state.ModalManeger

Expand Down

0 comments on commit 885b580

Please sign in to comment.