Closed AndyRae closed 2 months ago
We need to change the structure of the Nextjs app to support multiple layouts.
app/layout.tsx (root layout, maybe the footer) app/(protected)/layout.tsx (protected layout, include sidebar) app/(public)/layout.tsx (public layout, maybe menubar)
https://nextjs.org/docs/app/building-your-application/routing/route-groups
(protected)
We need to change the structure of the Nextjs app to support multiple layouts.
https://nextjs.org/docs/app/building-your-application/routing/route-groups
(protected)