Skip to content

Commit

Permalink
Fix imports in Context.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 13, 2024
1 parent e8a3f87 commit 93c7db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Context.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Context } from 'react'
import type { Action, Store, UnknownAction } from 'redux'
import { React } from '../utils/react'
import type { Action, Store, UnknownAction } from 'redux'
import type { Subscription } from '../utils/Subscription'
import type { ProviderProps } from './Provider'

Expand Down

0 comments on commit 93c7db8

Please sign in to comment.