mirror of
https://github.com/Raghu-Ch/ReactWeather.git
synced 2026-02-10 11:03:02 -05:00
Initial commit React Weather App
This commit is contained in:
11
app/components/Examples.jsx
Normal file
11
app/components/Examples.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
var React = require('react');
|
||||
|
||||
var Examples = React.createClass({
|
||||
render: function () {
|
||||
return (
|
||||
<h3>Examples Component</h3>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = Examples;
|
||||
Reference in New Issue
Block a user