import { fetchCount, fetchData } from '../fetch-data' export default async function Home() { const data = await fetchData() return (