Is it possible to have your Go component provider ...
# package-authoring
a
Is it possible to have your Go component provider self-consume components? e.g. I made a MultiCluster component and it uses a Cluster component I made in the same provider through direct imports. This worked fine in the Typescript version.