index.tsx
const [ data, setData ] = useState({}); const [ loading, setLoading ] = useState(false); const [ error, setError ] = useState(