chat for admin

This commit is contained in:
andrea.terzani
2025-03-16 10:01:37 +01:00
parent 6615aa2a43
commit 38b21032e7
4 changed files with 434 additions and 23 deletions

View File

@@ -0,0 +1,22 @@
<template>
<div class="flex items-center justify-between p-1">
<h1>
<i class="pi pi-comments p-mr-2"></i>
<span>Chat with WizardAI</span>
</h1>
</div>
<div className="card">
<ChatClient />
</div>
</template>
<script setup>
import ChatClient from '@/components/ChatClient.vue';
</script>
<style >
</style>