UNPKG

@nosto/shopify-hydrogen

Version:

Component library to implement Nosto within Shopify Hydrogen

6 lines (5 loc) 133 B
import { useNostoOther } from "@nosto/nosto-react"; export function NostoOther(props) { useNostoOther(props); return null; }