import {OverlayTrigger} from "react-bootstrap"; import React from "react"; export function Warnings({warnings}) { return ( (

{warnings.message}

) } rootClose >
) }