6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
|
export const SETTINGS_TABS = {
|
||
|
DEVICES: 'devices_tab',
|
||
|
MORE: 'more_tab',
|
||
|
PROFILE: 'profile_tab'
|
||
|
};
|