UNPKG

@shopify/react-network

Version:

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

10 lines (9 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var hooks_1 = require("../hooks"); function Redirect(_a) { var url = _a.url, code = _a.code; hooks_1.useRedirect(url, code); return null; } exports.default = Redirect;