I want to use the InteractiveAuto feature of WASM. So I want to create my pages on the client side.
But I also want to access server side components that have access to my SQL database.
It seems though only the server project can access the server components.
I tried to @inject in the _imports file, but that did not work.
I also tried to reference the Server Project in the Client Project, but I receive an error of circularity.
