We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6078cd commit 11a4c5dCopy full SHA for 11a4c5d
src/connect.tsx
@@ -1,7 +1,6 @@
1
import * as React from 'react'
2
3
-import { ActionMethodOfAyanami, ConstructorOf, Omit } from './types'
4
-import { Ayanami } from './ayanami'
+import { Ayanami, ActionMethodOfAyanami, ConstructorOf, Omit } from './core'
5
import { useAyanami } from './hooks'
6
7
type ConnectedComponent<P, S, A> = React.FunctionComponent<Omit<P, keyof S | keyof A>>
0 commit comments