mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
17 lines
204 B
JavaScript
17 lines
204 B
JavaScript
/**
|
|
* @file
|
|
* @copyright 2020 Aleksej Komarov
|
|
* @license MIT
|
|
*/
|
|
|
|
export const SETTINGS_TABS = [
|
|
{
|
|
id: 'general',
|
|
name: 'General',
|
|
},
|
|
{
|
|
id: 'chatPage',
|
|
name: 'Chat Tabs',
|
|
},
|
|
];
|