import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors'; /** * Stanley Gibbons online shop (shop.stanleygibbons.com) — Shopify storefront read through the shared * adapter; collections → taxonomy mapping, currency and seller live in meta.json. */ export default (meta: ConnectorMeta) => new ShopifyStoreConnector(meta);