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