mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 23:57:48 +00:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
|
|
// @flow
|
||
|
|
|
||
|
|
export const COLORS = {
|
||
|
|
white: 'white',
|
||
|
|
green: 'green',
|
||
|
|
red: 'red'
|
||
|
|
};
|