Last active
November 20, 2020 14:08
-
-
Save GuilhermeLis/0e0d2b92e72a43a8eefabe7f81b46fe6 to your computer and use it in GitHub Desktop.
Index from article use Redux with asyncStorage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import Index from './src'; | |
const App = () => ( | |
<Index /> | |
); | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment