Skip to content

Commit 93c7db8

Browse files
committed
Fix imports in Context.ts
1 parent e8a3f87 commit 93c7db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Context.ts

Lines changed: 1 addition & 1 deletion
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)