Spaces:
Runtime error
Runtime error
File size: 142 Bytes
423b87b |
1 2 3 4 |
// Symbols are used for context to avoid polluting the global scope
export const clientSymbol = Symbol();
export const roomSymbol = Symbol();
|