Guest User

Untitled

a guest
Jul 19th, 2018
73
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 './Dustymorning.css';
  3.  
  4. const Dustymorning = ({morning}) => {
  5. return (
  6. <div className="d-morning">
  7. {morning}
  8. </div>
  9. );
  10. }
  11.  
  12. export default Dustymorning;
Add Comment
Please, Sign In to add comment