orchidmap-front/src/constants/dialogs.js
2018-12-13 17:24:18 +07:00

12 lines
260 B
JavaScript

// @flow
export const DIALOGS = ({
NONE: 'NONE',
MAP_LIST: 'MAP_LIST',
APP_INFO: 'APP_INFO',
}: { [key: String]: String });
export const TABS = ({
mine: 'Мои',
all: 'Общие',
// starred: 'Выбранные',
}: { [key: String]: String });