13
app/components/Sidebar/SidebarClose.js
Executable file
13
app/components/Sidebar/SidebarClose.js
Executable file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
const SidebarClose = (props) => (
|
||||
<div className="sidebar__close">
|
||||
{ props.children }
|
||||
</div>
|
||||
);
|
||||
SidebarClose.propTypes = {
|
||||
children: PropTypes.node
|
||||
};
|
||||
|
||||
export { SidebarClose };
|
Reference in New Issue
Block a user