testing-area / frond /src /routes /index.jsx
chartManD's picture
back y frond separados
b2b9848
raw
history blame contribute delete
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>
);
}