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