Hi!
I developed a big project in frontend and to improve modularization I created different folders to organize components better. When running from v0 project runs smoothly.
Now I downloaded project to my filesystem to run local using “Add to Codebase” and I noticed that folders were not created.
For example:
components/subfolder1/componentA.tsx
components/subfolder1/componentB.tsx
components/subfolder2/componenteC.tsx
All components where generated in root folder:
components/componenteA.tsx
…
However, when I download zip folder are grouped correctly.
I already fixed it manually. But if you want to debug better I can share my chat links (not sharing here because it’s a private project).
Regards,