/ src / renderer / screens / chat / ChatInputScreen.vue
ChatInputScreen.vue
1  <script setup lang="ts">
2  import ChatInputPage from '@/renderer/components/pages/ChatInputPage.vue'
3  </script>
4  <template>
5    <v-container>
6      <ChatInputPage />
7    </v-container>
8  </template>