adjustment(remove non existentant exports) (#1305)

This commit is contained in:
AstroX11
2025-03-10 22:33:40 +01:00
committed by GitHub
parent 64d09c70b4
commit aa0579d12d

View File

@@ -3,7 +3,6 @@ import makeWASocket from './Socket'
export * from '../WAProto'
export * from './Utils'
export * from './Types'
export * from './Store'
export * from './Defaults'
export * from './WABinary'
export * from './WAM'