Skip to content

Commit daf85b4

Browse files
committed
Fix imports in Context.ts
1 parent ab87b2e commit daf85b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/Context.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Context } from 'react'
2-
import type { Action, Store, UnknownAction } from 'redux'
32
import { React } from '../utils/react'
3+
import type { Action, Store, UnknownAction } from 'redux'
44
import type { Subscription } from '../utils/Subscription'
55
import type { ProviderProps } from './Provider'
66

0 commit comments

Comments
 (0)