diff --git a/client/package.json b/client/package.json
index cd1378a..1dfd5a4 100644
--- a/client/package.json
+++ b/client/package.json
@@ -9,9 +9,11 @@
},
"dependencies": {
"core-js": "^3.6.4",
+ "es6-promise": "^4.2.8",
"socket.io-client": "^2.3.0",
"vue": "^2.6.11",
- "vue-socket.io": "^3.0.7"
+ "vue-socket.io": "^3.0.7",
+ "vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
diff --git a/client/src/App.vue b/client/src/App.vue
index fb03c6e..8f77245 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -1,19 +1,66 @@

-
+
+