Created
August 27, 2019 19:32
-
-
Save lomse/2457f9d40102a0e746618b94974ddb88 to your computer and use it in GitHub Desktop.
App.tsx file for todos app with react hooks, typescript and redux
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 * as React from "react"; | |
const App: React.FC = () => ( | |
<div>Hello World!</div> | |
); | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment