UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

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

12 lines (9 loc) 281 B
'use strict'; var runtime = require('@shopify/shopify-api/runtime'); require('../node/index.js'); const fetchFunc = fetch; runtime.setAbstractFetchFunc(async (...args) => { const response = await fetchFunc(...args); return response; }); //# sourceMappingURL=index.js.map