added style for component write, for chat

This commit is contained in:
Kostya
2023-11-19 14:53:34 +03:00
parent 99c9de82f6
commit 2a12f9b1cf
4 changed files with 59 additions and 6 deletions

View File

@@ -93,19 +93,16 @@
</div>
</div>
</div>
<div class="write">
<div class="write__content">
<h1>123</h1>
</div>
</div>
<writechat-component></writechat-component>
</aside>
</template>
<script>
import '@/assets/css/ElementsStyles/chat.css'
import WritechatComponent from "@/components/WritechatComponent.vue";
export default {
components: { WritechatComponent }
}
</script>