UNPKG

@nosto/shopify-hydrogen

Version:

Component library to implement Nosto within Shopify Hydrogen

5 lines (4 loc) 159 B
import { NostoPlacement as NostoComponent } from "@nosto/nosto-react" export default function NostoPlacement(props) { return <NostoComponent {...props} /> }