Skip to content

Instantly share code, notes, and snippets.

@lala-lee-jobs
Created October 8, 2022 00:20
Show Gist options
  • Save lala-lee-jobs/15d06d6f1567d0b30cf2cf38e28561a8 to your computer and use it in GitHub Desktop.
Save lala-lee-jobs/15d06d6f1567d0b30cf2cf38e28561a8 to your computer and use it in GitHub Desktop.
預設路由的對應頁面元件
export default function Index() {
return (
<p id="zero-state">
This is a demo for React Router.
<br />
Check out{" "}
<a href="https://reactrouter.com/">
the docs at reactrouter.com
</a>
.
</p>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment