mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-08 00:53:08 +00:00
simplify chatsdk imports
This commit is contained in:
parent
87ff91c04c
commit
93b9606bc4
8
src/chat_sdk.nim
Normal file
8
src/chat_sdk.nim
Normal file
@ -0,0 +1,8 @@
|
||||
import chat_sdk/[
|
||||
client,
|
||||
conversations,
|
||||
delivery/waku_client,
|
||||
links
|
||||
]
|
||||
|
||||
export client, conversations, waku_client, links
|
||||
Loading…
x
Reference in New Issue
Block a user