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