A NextJs newbie here I was exploring App router in Next 14 and was wonder weather is there any way to pass data from layout.js to it’s children without making it client component.
I’m trying to find a way to pass data from layout.js to it’s children but it should be a server component