react-server675fbba4
react-serverfilesexamplesreact-routersrcroutesindex.jsx
examples/react-router/src/routes/index.jsxjsx231 B1e9a60d7
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>
  );
}