Skip to content

Instantly share code, notes, and snippets.

@trinwin
Created August 3, 2020 04:53
Show Gist options
  • Save trinwin/5b21e59373cfd684150a04c4d59b71b8 to your computer and use it in GitHub Desktop.
Save trinwin/5b21e59373cfd684150a04c4d59b71b8 to your computer and use it in GitHub Desktop.
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