the-index.jsx 133 octets
Newer Older
import React from "react";

/*function handleFetchData() {
  const
}*/

export default function Index() {
  return <p>Let's go</p>
}