fix(client): export defaultDcs
This commit is contained in:
parent
a7f7e245d8
commit
c8c0b4a320
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ export {
|
|||
MemoryStorage,
|
||||
JsonFileStorage,
|
||||
LocalstorageStorage,
|
||||
tl
|
||||
tl,
|
||||
defaultDcs
|
||||
} from '@mtcute/core'
|
||||
export * from '@mtcute/tl/errors'
|
||||
|
||||
|
|
Loading…
Reference in a new issue