import { useNostoOther, NostoOtherProps } from "@nosto/nosto-react" export function NostoOther(props: NostoOtherProps) { useNostoOther(props) return null }