From 0facf85528f6043bef8cf9e8494a6d831f9d49a8 Mon Sep 17 00:00:00 2001
From: dragongoose <19649813+dragongoose@users.noreply.github.com>
Date: Fri, 17 Mar 2023 22:57:54 -0400
Subject: [PATCH] Move chat to component
---
frontend/src/components/TwitchChat.vue | 16 ++++++++++++++++
frontend/src/views/UserView.vue | 16 +++++-----------
2 files changed, 21 insertions(+), 11 deletions(-)
create mode 100644 frontend/src/components/TwitchChat.vue
diff --git a/frontend/src/components/TwitchChat.vue b/frontend/src/components/TwitchChat.vue
new file mode 100644
index 0000000..99bbf39
--- /dev/null
+++ b/frontend/src/components/TwitchChat.vue
@@ -0,0 +1,16 @@
+
+
+
OFFLINE