UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

9 lines (6 loc) 272 B
import { authenticateExtensionFactory } from '../extension/authenticate.mjs'; function authenticateCheckoutFactory(params) { return authenticateExtensionFactory(params, 'checkout'); } export { authenticateCheckoutFactory }; //# sourceMappingURL=authenticate.mjs.map