Project 1: I am developing a project frontend in v0 called "Workflow Builder". And it has an interface to create workflows. Whole workflow logic is inside WorkflowBuilder.tsx component.
Project 2: I started a new project for the rest of application (user managament, other CRUDs, etc). I would like to maintain projects separated. For better project organization inside my tech structure.
Both projects are being created inside v0 product.
How could I import in "Project 2" components from "Project 1"?
Regards,