diff --git a/src/index.ts b/src/index.ts index c510f4a..22cafec 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'