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) 257 B
import { authenticateExtensionFactory } from '../extension/authenticate.mjs'; function authenticatePOSFactory(params) { return authenticateExtensionFactory(params, 'pos'); } export { authenticatePOSFactory }; //# sourceMappingURL=authenticate.mjs.map