changed structure - now no longer using flux-react but flux and react separately
This commit is contained in:
12
app/components/ChooseFile.react.js
Normal file
12
app/components/ChooseFile.react.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var React = require('react');
|
||||
|
||||
var ChooseFile = React.createClass({
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<button className="red-button">ChooseFile</button>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = ChooseFile;
|
||||
Reference in New Issue
Block a user