mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 14:15:15 +00:00
Organize filestructure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
|
||||
class ApplicationSidebar extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<div className="sidebar">
|
||||
{this.props.children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
ApplicationSidebar.propTypes = {
|
||||
children: React.PropTypes.node
|
||||
};
|
||||
|
||||
export default ApplicationSidebar;
|
||||
Reference in New Issue
Block a user