feat: add user-chat

This commit is contained in:
Vlad Stan 2023-07-13 15:04:19 +03:00
parent 3c8bdf5881
commit ab6f59e314
5 changed files with 36 additions and 4 deletions

View file

@ -36,7 +36,8 @@ const market = async () => {
customerOrders('static/components/customer-orders/customer-orders.html'),
chatDialog('static/components/chat-dialog/chat-dialog.html'),
marketConfig('static/components/market-config/market-config.html'),
userConfig('static/components/user-config/user-config.html')
userConfig('static/components/user-config/user-config.html'),
userChat('static/components/user-chat/user-chat.html')
])
new Vue({