mirror of
https://github.com/Raghu-Ch/ReactWeather.git
synced 2026-02-10 03:03:01 -05:00
rename examples component
This commit is contained in:
@@ -10,7 +10,7 @@ var React = require('react');
|
||||
|
||||
var Examples = () => {
|
||||
return (
|
||||
<h3>Examples Component</h3>
|
||||
<h3>Examples</h3>
|
||||
);
|
||||
};
|
||||
module.exports = Examples;
|
||||
|
||||
Reference in New Issue
Block a user