UNPKG

@shopify/shop-minis-react

Version:

React component library for Shopify Shop Minis with Tailwind CSS v4 support (source-only, requires TypeScript)

10 lines (9 loc) 241 B
import { useShopActions as o } from "../../internal/useShopActions.js"; const n = () => { const { showErrorScreen: r } = o(); return { showErrorScreen: r }; }; export { n as useErrorScreen }; //# sourceMappingURL=useErrorScreen.js.map