UNPKG

react-weather-animations

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

9 lines (8 loc) 166 B
import React from 'react' export default function Header(){ return ( <div className='header'> Live Weather Application </div> ) }