mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
routes: spinners
This commit is contained in:
parent
a27db14c65
commit
b28803aff3
11 changed files with 216 additions and 76 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue