UNPKG

@shopify/react-html

Version:

A component to render your React app with no static HTML

11 lines (8 loc) 137 B
import { useFavicon } from '../hooks.mjs'; function Favicon({ source }) { useFavicon(source); return null; } export { Favicon };