/**
 * Shop Service Index
 * Exports all shop-related services
 */

export * from './shop_manager.js';
export { shopManager } from './shop_manager.js';
