export Account type from protocol
This commit is contained in:
parent
c45d0a61f0
commit
06c56c62ef
|
@ -1,4 +1,5 @@
|
|||
export { ProtocolProvider, useProtocol } from './provider'
|
||||
export type { Account } from './use-account'
|
||||
export { useAccount } from './use-account'
|
||||
export type { Chat } from './use-chat'
|
||||
export { useChat } from './use-chat'
|
||||
|
|
Loading…
Reference in New Issue