This PR adds the capability to discover components from a project directory and store them with the path of the file they're in. This will make it possible down the line to insert those components into the code with their respective import statements.
Inserting and removing components is out of scope for this PR, to be added in a follow-up PR.
Description
This PR adds the capability to discover components from a project directory and store them with the path of the file they're in. This will make it possible down the line to insert those components into the code with their respective import statements.
Inserting and removing components is out of scope for this PR, to be added in a follow-up PR.
What is the purpose of this pull request?