UNPKG

@shopify/shopify-app-react-router

Version:

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

11 lines (7 loc) 337 B
'use strict'; var authenticate = require('../extension/authenticate.js'); function authenticateCustomerAccountFactory(params) { return authenticate.authenticateExtensionFactory(params, 'customer account'); } exports.authenticateCustomerAccountFactory = authenticateCustomerAccountFactory; //# sourceMappingURL=authenticate.js.map