Radzen Custom Component location

hi guys,

quick clarification on the documentation

this indicates to place custom components into server/Shared folder

however in Radzen Blazor Webassembly that folder doesn't exist.

there is however a client/Shared folder

is this the correct folder to be including custom components ?

thanks

Yes, in case of WebAssembly the Client app is the Blazor application - the server will just host the Blazor app and will serve the services for database access.

perfect, that's what we thought, thanks for clarifying @enchev