import React, { useState, useEffect } from 'react'; function PageComponent() { const getData = async () => { } return (