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/About.jsx
Normal file
11
app/components/About.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
var React = require('react');
|
||||
|
||||
var About = React.createClass({
|
||||
render: function (){
|
||||
return (
|
||||
<h3>About Component</h3>
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = About;
|
||||
Reference in New Issue
Block a user