UNPKG

@shopify/shopify-app-react-router

Version:

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

10 lines (6 loc) 218 B
'use strict'; var shopifyApi = require('@shopify/shopify-api'); class SessionNotFoundError extends shopifyApi.ShopifyError { } exports.SessionNotFoundError = SessionNotFoundError; //# sourceMappingURL=errors.js.map