Can I use parallel route & route group at the same time?
Unanswered
Smith's Longspur posted this in #help-forum
Smith's LongspurOP
Hi! Is it possible to implement project structure like this?
In my project, it seems impossible but I would like to know it is because my implementation is wrong or not.
(A)
- @child1
- @child2export default async function Layout({children, chilld1, child2}:{chilldren:ReactNode, child1: ReactNode, child2:ReactNode}){...}In my project, it seems impossible but I would like to know it is because my implementation is wrong or not.