UNPKG

@shopify/shopify-app-react-router

Version:

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

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