mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import Chat from '../components/chat.js'
|
|
|
|
let chat = new Chat($("#chat-general"))
|
|
chat.init()
|
|
chat._handleListContacts() |