Files
chad/new-client/src/pages/index.vue
2026-05-14 01:05:01 +06:00

8 lines
115 B
Vue

<template>
<Chat />
</template>
<script setup lang="ts">
import Chat from '@widgets/chat/ui/Chat.vue'
</script>