From ae377b8a261150a90066a2e02775895311c7ebf1 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Wed, 6 Jan 2021 16:02:36 +0000 Subject: [PATCH] Rename chat component to ChatBox --- src/App.vue | 10 +++++----- src/api.ts | 4 ++-- src/components/{Chat.vue => ChatBox.vue} | 0 src/components/Map.vue | 6 +++--- src/components/chat/ChatMessage.vue | 2 +- src/dynmap.d.ts | 2 +- src/store/mutations.ts | 4 ++-- src/store/state.ts | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-) rename src/components/{Chat.vue => ChatBox.vue} (100%) diff --git a/src/App.vue b/src/App.vue index bbd8ad2..8329315 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,14 +17,14 @@