7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
|
// @flow
|
||
|
|
||
|
/**
|
||
|
* Key for this feature.
|
||
|
*/
|
||
|
export const FEATURE_KEY = 'features/breakout-rooms';
|