namespace BlazorSharedDemo.SharedUI;
public class AppConst
{
public const string UiWebRoot = "_content/BlazorSharedDemo.SharedUI";
}