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,
|
MemoryStorage,
|
||||||
JsonFileStorage,
|
JsonFileStorage,
|
||||||
LocalstorageStorage,
|
LocalstorageStorage,
|
||||||
tl
|
tl,
|
||||||
|
defaultDcs
|
||||||
} from '@mtcute/core'
|
} from '@mtcute/core'
|
||||||
export * from '@mtcute/tl/errors'
|
export * from '@mtcute/tl/errors'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue