Guest User

Untitled

a guest
Jul 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import React from 'react';
  2. import './Dustyweather.css';
  3.  
  4. const Dustyweather = ({weather}) => {
  5. return (
  6. <div className="d-weather">
  7. {weather}
  8. </div>
  9. );
  10. }
  11.  
  12. export default Dustyweather;
Add Comment
Please, Sign In to add comment