8 lines
115 B
Vue
8 lines
115 B
Vue
<template>
|
|
<Chat />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import Chat from '@widgets/chat/ui/Chat.vue'
|
|
</script>
|