import React from "react" import Style from "./PageAlerts.module.css" import classNames from "classnames" import BoxWithHeader from "../components/BoxWithHeader" export default function PageAlerts({ children, className, ...props }) { return (