Like to have some of the razor pages as blazor components in a different assembly, What is the procedure and best-practice to do this?
BlazorComponents --> Type of Razor Class Library, I placed counter.razor here
BlazorServerApp
In the Imports I imported the @using BlazorComponents
namespace,
but when running seems still doesn't have access to counter page via /counter
Using all the latest versions.