import React from "react"; import Button from "./Button.jsx"; export default function Modal({ children, open, close,header }) { return (