UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

11 lines (8 loc) 137 B
import { useTitle } from '../hooks.mjs'; function Title({ children: title }) { useTitle(title); return null; } export { Title };