(BUG) Project folders not being created when Add to Codebase

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).

Thank you for sharing this feedback, @rafaelrviana! Glad to know you’ve managed to get it working.