starred content

This commit is contained in:
muerwre 2019-03-21 17:58:38 +07:00
parent a920217959
commit baa41f707d
19 changed files with 159 additions and 22 deletions

View file

@ -7,6 +7,7 @@ export interface IDialogs {
export interface IMapTabs {
mine: string,
all: string,
starred: string,
}
export const DIALOGS: IDialogs = ({
@ -17,5 +18,6 @@ export const DIALOGS: IDialogs = ({
export const TABS: IMapTabs = ({
mine: 'Мои',
all: 'Общие',
starred: 'Общие',
all: 'ВСЕ',
});