UNPKG

@shopify/react-network

Version:

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

11 lines (8 loc) 140 B
import { useStatus } from '../hooks.mjs'; function Status({ code }) { useStatus(code); return null; } export { Status as default };