Skip to content

Instantly share code, notes, and snippets.

@bashidagha
Created February 25, 2022 18:52
Show Gist options
  • Save bashidagha/bca0c83063eb968a182b56adf4e935fd to your computer and use it in GitHub Desktop.
Save bashidagha/bca0c83063eb968a182b56adf4e935fd to your computer and use it in GitHub Desktop.
import {createStore} from 'redux'
const store =createStore();
const App= () => {
return (
<div>
<h1>Hello World</h1>
</div>
)
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment