import React from 'react'; import PropTypes from 'prop-types'; import './PluginLayout.css'; const PluginLayout = ({ sidebar, children }) => (