I don't get how it is possible to have different layouts on the same page in Next.js 13 with the /app directory.
Let's say we are at the root http://example.com and we want to display a layout if the user is authenticated and another if not.
How to achieve this?