export const SOCKET_ENDPOINTS = {
    images: 'images',
    chats: 'chats',
    error: 'error',
}