import { connection } from 'next/server' export default async function FullPrefetchTargetPage() { await connection() return (

Full Prefetch Target

Full prefetch content loaded
) }