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