export function BWEComponent() { return ( <div style={{ backgroundColor: '#e7e7e7', flex: '0 0', width: '15rem', height: '100%', }} > Sidebar </div> ); }