Created
August 3, 2020 04:53
-
-
Save trinwin/5b21e59373cfd684150a04c4d59b71b8 to your computer and use it in GitHub Desktop.
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 Home = () => { | |
return <h1>Welcome to My Next App!</h1>; | |
}; | |
export default Home; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment