UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application

15 lines (10 loc) 218 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var hooks = require('../hooks.js'); function Status({ code }) { hooks.useStatus(code); return null; } exports["default"] = Status;