add version and fix webhook import

This commit is contained in:
Gabriel Pastori 2023-11-05 01:16:27 -03:00
parent 09041ee401
commit 6671bb8af2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "evolution-manager",
"version": "0.0.0",
"private": true,
"version": "0.1.0",
"main": "dist",
"scripts": {
"dev": "vite",
"build": "vite build",

View File

@ -22,7 +22,7 @@
</template>
<script>
import Webhook from "./settings/webhook.vue";
import Webhook from "./settings/Webhook.vue";
import Websocket from "./settings/Websocket.vue";
import Rabbitmq from "./settings/Rabbitmq.vue";
import Chatwoot from "./settings/Chatwoot.vue";