Skip to content

Commit aaf1364

Browse files
phryneasmarkerikson
authored andcommitted
fixup import
1 parent 1b350fe commit aaf1364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Context.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Context, createContext } from 'react'
1+
import { createContext } from 'react'
2+
import type { Context } from 'react'
23
import type { Action, AnyAction, Store } from 'redux'
34
import type { Subscription } from '../utils/Subscription'
45
import { StabilityCheck } from '../hooks/useSelector'

0 commit comments

Comments
 (0)