Putting the index page inside a folder
Unanswered
Giant Chinchilla posted this in #help-forum
Giant ChinchillaOP
I want to create a folder (routes) and inside each route have specific components for the route. How do i make it so the main index page is inside its own folder? Something like
app -> (routes) -> index (folder) -> page.tsx
-> products (folder) -> page.tsx etc...