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>
|
||||
<div>
|
||||
<chat/>
|
||||
</div>
|
||||
<chat/>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Chat from '../components/Chat/Chat.vue'
|
||||
import BaseButton from '../components/_new/generic/BaseButton/BaseButton.vue'
|
||||
|
||||
export default {
|
||||
components: { Chat, BaseButton },
|
||||
components: { Chat },
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user