Skip to content

Commit

Permalink
Remove useRedux hook
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored and timdorr committed Jun 11, 2019
1 parent 84ea061 commit 3c47e7c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 87 deletions.
2 changes: 0 additions & 2 deletions src/alternate-renderers.js
Expand Up @@ -5,7 +5,6 @@ import connect from './connect/connect'

import { useActions } from './hooks/useActions'
import { useDispatch } from './hooks/useDispatch'
import { useRedux } from './hooks/useRedux'
import { useSelector } from './hooks/useSelector'
import { useStore } from './hooks/useStore'

Expand All @@ -22,7 +21,6 @@ export {
batch,
useActions,
useDispatch,
useRedux,
useSelector,
useStore
}
43 changes: 0 additions & 43 deletions src/hooks/useRedux.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
Expand Up @@ -5,7 +5,6 @@ import connect from './connect/connect'

import { useActions } from './hooks/useActions'
import { useDispatch } from './hooks/useDispatch'
import { useRedux } from './hooks/useRedux'
import { useSelector } from './hooks/useSelector'
import { useStore } from './hooks/useStore'

Expand All @@ -22,7 +21,6 @@ export {
batch,
useActions,
useDispatch,
useRedux,
useSelector,
useStore
}
40 changes: 0 additions & 40 deletions test/hooks/useRedux.spec.js

This file was deleted.

0 comments on commit 3c47e7c

Please sign in to comment.