brutalism design

This commit is contained in:
2026-05-14 01:05:01 +06:00
parent 6a2111092b
commit edef0a70d2
42 changed files with 1114 additions and 316 deletions

View File

@@ -1,5 +1,7 @@
<template>
Index page
<Chat />
</template>
<script setup lang="ts"></script>
<script setup lang="ts">
import Chat from '@widgets/chat/ui/Chat.vue'
</script>