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