export const Wrapper = ({ children, }) => { return ( <div className="amanuensis-wrapper"> {children} </div> ) };