mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-01 22:16:40 +07:00
routes: interface initial
This commit is contained in:
parent
2cfd9067a9
commit
d11dd9043c
9 changed files with 214 additions and 7 deletions
src/redux/user
|
@ -50,4 +50,9 @@ export const ACTIONS = ({
|
|||
KEY_PRESSED: 'KEY_PRESSED',
|
||||
|
||||
IFRAME_LOGIN_VK: 'IFRAME_LOGIN_VK',
|
||||
|
||||
SEARCH_SET_TITLE: 'SEARCH_SET_TITLE',
|
||||
SEARCH_SET_DISTANCE: 'SEARCH_SET_DISTANCE',
|
||||
|
||||
SEARCH_SET_TAB: 'SEARCH_SET_TAB',
|
||||
}: { [key: String]: String });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue