feat: add empty user config

This commit is contained in:
Vlad Stan 2023-07-13 14:55:22 +03:00
parent 1eaf9f611d
commit 3c8bdf5881
4 changed files with 38 additions and 6 deletions

View file

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