import '../client-sideeffect-only' import '../client-sideeffect-reexport' export default function Home() { return <div>Server</div> }