opt admin path out of layout
Answered
Bengal posted this in #help-forum
BengalOP
Hey guys so I have a file directory layout like so
I would like to opt the admin page.tsx out of the main
app
layout.tsx
page.tsx
otherStuff
admin
-layout.tsx
-page.tsxI would like to opt the admin page.tsx out of the main
app/layout.tsx's layout. Is that possible?/3 Replies
Use route groups and put the main layout and stuff there
Answer
BengalOP
goat looks good