Skip to content

Commit d44a074

Browse files
committed
use internal import
1 parent 7859c01 commit d44a074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/isAction.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isAction } from 'redux'
1+
import isAction from '@internal/utils/isAction'
22

33
describe('isAction', () => {
44
it('should only return true for plain objects with a string type property', () => {

0 commit comments

Comments
 (0)