UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

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

10 lines (8 loc) 272 B
import { setAbstractFetchFunc } from '@shopify/shopify-api/runtime'; import '../node/index.mjs'; const fetchFunc = fetch; setAbstractFetchFunc(async (...args) => { const response = await fetchFunc(...args); return response; }); //# sourceMappingURL=index.mjs.map