Can I have component inside flat-files convention folder? #84
-
I have the following route structure: -> course.$couderId.modules+ Can I have a component that is not matched as a route or layout inside this folder? (course.$couderId.modules+) |
Beta Was this translation helpful? Give feedback.
Answered by
cleytoncarvalho
Nov 13, 2023
Replies: 1 comment 1 reply
-
I did the following and it worked (I needed some collocated components with the index.tsx route): -> course.$couderId.modules+ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cleytoncarvalho
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did the following and it worked (I needed some collocated components with the index.tsx route):
-> course.$couderId.modules+
--> index
---> _index.tsx
---> component1.tsx
---> component2.tsx
--> new.tsx