Moved Button.jsx to 'shared'

This commit is contained in:
Oleksandr Zhurbenko 2016-03-21 20:39:38 -07:00
parent c089ec93de
commit 801d3819b0

View File

@ -79,6 +79,7 @@ Button = React.createClass({
{this.props.span ?
<span></span>
: null }
</button>
)
}