UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

9 lines (6 loc) 117 B
import { useMeta } from '../hooks.mjs'; function Meta(props) { useMeta(props); return null; } export { Meta };