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