Remove BottomLeftMenu and supporting bits

The `BottomLeftMenu` component is not used in the new design. This removes the
component and also any images and sub-components that were only used by it.
This commit is contained in:
J. Ryan Stinnett 2019-04-09 17:38:32 +01:00
parent a23900c29d
commit 12f7d1715b
6 changed files with 0 additions and 318 deletions

View file

@ -270,7 +270,6 @@ const LeftPanel = React.createClass({
</aside>
</div>
);
// <BottomLeftMenu collapsed={this.props.collapsed}/>
},
});