Nextjs parallel routing questions
I have this routing setup right,
Where do I put the layout.tsx for the illustrations group?
Where do I put the layout.tsx for the illustrations group?
{
(main) {
about {}
contact {}
(illustrations) {
@admin {page.tsx}
@user {page.tsx}
illustartions {
[id] {
{page.tsx}
}
}
}
}
}