/**
 * Barrel for the Polymarket client. Preserves the public
 * `@funkit/connect/clients/polymarket` entry point now that the
 * implementation is split across this folder.
 */
export * from './createPolymarketDepositConfig';
export * from './polymarket';
export * from './PolymarketDepositAccountDropdown';
