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