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