Skip to content

Commit

Permalink
fixup import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jun 5, 2023
1 parent 2d45112 commit c1af6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Context.ts
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit c1af6fc

Please sign in to comment.