Skip to content

Commit

Permalink
Remove useActions
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored and timdorr committed Jun 11, 2019
1 parent 1fd55a0 commit b375295
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 195 deletions.
2 changes: 0 additions & 2 deletions src/alternate-renderers.js
Expand Up @@ -3,7 +3,6 @@ import connectAdvanced from './components/connectAdvanced'
import { ReactReduxContext } from './components/Context'
import connect from './connect/connect'

import { useActions } from './hooks/useActions'
import { useDispatch } from './hooks/useDispatch'
import { useSelector } from './hooks/useSelector'
import { useStore } from './hooks/useStore'
Expand All @@ -19,7 +18,6 @@ export {
ReactReduxContext,
connect,
batch,
useActions,
useDispatch,
useSelector,
useStore
Expand Down
72 changes: 0 additions & 72 deletions src/hooks/useActions.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.js
Expand Up @@ -3,7 +3,6 @@ import connectAdvanced from './components/connectAdvanced'
import { ReactReduxContext } from './components/Context'
import connect from './connect/connect'

import { useActions } from './hooks/useActions'
import { useDispatch } from './hooks/useDispatch'
import { useSelector } from './hooks/useSelector'
import { useStore } from './hooks/useStore'
Expand All @@ -19,7 +18,6 @@ export {
ReactReduxContext,
connect,
batch,
useActions,
useDispatch,
useSelector,
useStore
Expand Down
119 changes: 0 additions & 119 deletions test/hooks/useActions.spec.js

This file was deleted.

0 comments on commit b375295

Please sign in to comment.