import { fetchData } from '../api/data'
// import { Suspense } from 'react'
// import { cookies, headers } from 'next/headers'
function InnerComponent({ children }) {
return {children}
}
async function refresh() {
'use server'
}
async function reload() {
'use server'
}
async function Component() {
return