import * as React from "react"; import { SpacingBox } from "../../styleUtils/modifiers"; const MessagePanelWrapper = ({ children }) => ( {children} ); export default MessagePanelWrapper;