// TODO: not even sure all of these are needed // But the old code exported '*' export { WalletNotSelectedError } from "./errors"; export { getLocalStorage, setLocalStorage } from "./localStorage"; export { initialize, walletStore, type WalletStore } from "./walletStore";