Skip to content

Instantly share code, notes, and snippets.

@fishyer
Created May 30, 2022 16:05
Show Gist options
  • Save fishyer/28df0198a2f062a45d81b09932e8dedc to your computer and use it in GitHub Desktop.
Save fishyer/28df0198a2f062a45d81b09932e8dedc to your computer and use it in GitHub Desktop.
import type { NextPage } from 'next';
const Home: NextPage = () => {
return <div>我是首页</div>;
};
export default Home;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment