mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 17:25:03 +03:00
Initial commit
This commit is contained in:
7
client/src/constants/SocketStatuses.js
Normal file
7
client/src/constants/SocketStatuses.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const DISCONNECTED = 'DISCONNECTED';
|
||||
const RECONNECTED = 'RECONNECTED';
|
||||
|
||||
export default {
|
||||
DISCONNECTED,
|
||||
RECONNECTED,
|
||||
};
|
||||
Reference in New Issue
Block a user