1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-24 06:02:08 +03:00

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}/>
},
});