chore: remove unused exports

This commit is contained in:
Danish Arora 2025-11-26 21:14:18 -05:00
parent 503c348b79
commit e54dacddd7
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -14,8 +14,3 @@ export {
isEphemeralMessage,
isSyncMessage
} from "./message.js";
export { ILocalHistory, MemLocalHistory } from "./mem_local_history.js";
export {
PersistentStorage,
type HistoryStorage
} from "./persistent_storage.js";