mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
clean chat page
This commit is contained in:
parent
38d555bdf8
commit
2630862f3f
@ -1,14 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<chat/>
|
||||||
<chat/>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Chat from '../components/Chat/Chat.vue'
|
import Chat from '../components/Chat/Chat.vue'
|
||||||
import BaseButton from '../components/_new/generic/BaseButton/BaseButton.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { Chat, BaseButton },
|
components: { Chat },
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user