storj/web/satellite/src/utils/constants/appStateEnum.ts
Yehor Butko f4430f9063
Satellite frontned empty states (#1682)
* V3-1421 Empty State Pages in no Project Case
2019-04-05 18:08:14 +03:00

10 lines
163 B
TypeScript

// Copyright (C) 2019 Storj Labs, Inc.
// See LICENSE for copying information.
export enum AppState {
LOADING = 1,
LOADED,
LOADED_EMPTY,
ERROR,
}