fix(web): export websocket
This commit is contained in:
parent
288d6ce7c7
commit
d64aa478cc
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@ export * from './client.js'
|
||||||
export * from './crypto.js'
|
export * from './crypto.js'
|
||||||
export * from './idb/index.js'
|
export * from './idb/index.js'
|
||||||
export * from './platform.js'
|
export * from './platform.js'
|
||||||
|
export * from './websocket.js'
|
||||||
export * from './worker.js'
|
export * from './worker.js'
|
||||||
export * from '@mtcute/core'
|
export * from '@mtcute/core'
|
||||||
|
|
Loading…
Reference in a new issue