Skip to content

Commit 11a4c5d

Browse files
committed
fix(connect): import issues
1 parent f6078cd commit 11a4c5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/connect.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as React from 'react'
22

3-
import { ActionMethodOfAyanami, ConstructorOf, Omit } from './types'
4-
import { Ayanami } from './ayanami'
3+
import { Ayanami, ActionMethodOfAyanami, ConstructorOf, Omit } from './core'
54
import { useAyanami } from './hooks'
65

76
type ConnectedComponent<P, S, A> = React.FunctionComponent<Omit<P, keyof S | keyof A>>

0 commit comments

Comments
 (0)