radames's picture
use hooks
423b87b
raw
history blame
No virus
142 Bytes
// Symbols are used for context to avoid polluting the global scope
export const clientSymbol = Symbol();
export const roomSymbol = Symbol();