Where to put modules folder?
Unanswered
Great Skua posted this in #help-forum
Great SkuaOP
I have NextJS 14 new project
I have src/app and. inside the page.tsx, layout.tsx and so on. I want to create "modules" folder and inside "interfaces".
Where should I create the folder?
I have src/app and. inside the page.tsx, layout.tsx and so on. I want to create "modules" folder and inside "interfaces".
Where should I create the folder?
1 Reply
@Great Skua I have NextJS 14 new project
I have src/app and. inside the page.tsx, layout.tsx and so on. I want to create "modules" folder and inside "interfaces".
Where should I create the folder?
its up to you. if Im using
https://nextjs.org/docs/app/building-your-application/routing/colocation
src folder, I would create it inside src folderhttps://nextjs.org/docs/app/building-your-application/routing/colocation