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