File size: 231 Bytes
750887b
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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>
  );
}