Skip to content

Instantly share code, notes, and snippets.

@skflowne
Created August 11, 2020 05:36
Show Gist options
  • Save skflowne/532d99ea1f163c343d14d422325850a9 to your computer and use it in GitHub Desktop.
Save skflowne/532d99ea1f163c343d14d422325850a9 to your computer and use it in GitHub Desktop.
import React from "react"
const App = () => {
return <div>Covid Tracker</div>
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment