Skip to content

Commit

Permalink
fixup import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored and markerikson committed Jun 13, 2023
1 parent 1b350fe commit aaf1364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Context.ts
@@ -1,4 +1,5 @@
import { Context, createContext } from 'react'
import { createContext } from 'react'
import type { Context } from 'react'
import type { Action, AnyAction, Store } from 'redux'
import type { Subscription } from '../utils/Subscription'
import { StabilityCheck } from '../hooks/useSelector'
Expand Down

0 comments on commit aaf1364

Please sign in to comment.