export default async function Page() { const data = await fetch('https://api.anatid.net/album') const albums = await data.json() return ( ) }