chat for admin
This commit is contained in:
22
src/views/pages/chat/ChatPage.vue
Normal file
22
src/views/pages/chat/ChatPage.vue
Normal 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>
|
||||
Reference in New Issue
Block a user