#You can create different layouts in
1 messages · Page 1 of 1 (latest)
you mean like in the app structure you have a navbar layout and when you go to the child of an app like profile page, you don't want the navbar layout to appear on it anymore?
Exactly
ah wait, might be obsolete for next13
Yep
i found it 😄
The answer is here: https://beta.nextjs.org/docs/routing/defining-routes#route-groups
I needed to create a group and add a specific layout for that group
then is not shared anymore.
great!
Thanks!
so basically u gotta move and copy paste your layout.js from the app and move it to all the pages u want it to be seen in