routes: spinners

This commit is contained in:
muerwre 2018-12-13 17:24:18 +07:00
parent a27db14c65
commit b28803aff3
11 changed files with 216 additions and 76 deletions

View file

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