chartManD's picture
intalacion de nodejs
750887b
raw
history blame
No virus
231 Bytes
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>
);
}