mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 03:07:48 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
|
|
export const SETTINGS_TABS = {
|
||
|
|
DEVICES: 'devices_tab',
|
||
|
|
MORE: 'more_tab',
|
||
|
|
PROFILE: 'profile_tab'
|
||
|
|
};
|