UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

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