namespace Hcs.WebApp.Components.Shared { public enum PageState { Init, Loading, Idle } }