Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created June 9, 2020 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmurphy/f166089a6f61827627a72f24b7f4679a to your computer and use it in GitHub Desktop.
Save marshallmurphy/f166089a6f61827627a72f24b7f4679a to your computer and use it in GitHub Desktop.
// App.js
import React from 'react'
const App = () => {
return <h1>Hello, Redux Toolkit 2020</h1>
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment