import React from "react"; type Props = { children?: React.ReactNode; }; const Panel = ({ children }: Props) => { return (