From 04958febfaffb0603eaebc7068f9b4b56ff46b2e Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 19 Sep 2020 17:13:23 -0600 Subject: [PATCH] Add component to either host or join a game. --- src/components/JoinHost.vue | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/components/JoinHost.vue diff --git a/src/components/JoinHost.vue b/src/components/JoinHost.vue new file mode 100644 index 0000000..10bf46c --- /dev/null +++ b/src/components/JoinHost.vue @@ -0,0 +1,34 @@ + + + + + + \ No newline at end of file