fix(client): export defaultDcs

This commit is contained in:
teidesu 2021-07-14 20:58:27 +03:00
parent a7f7e245d8
commit c8c0b4a320

View file

@ -2,7 +2,8 @@ export {
MemoryStorage,
JsonFileStorage,
LocalstorageStorage,
tl
tl,
defaultDcs
} from '@mtcute/core'
export * from '@mtcute/tl/errors'