Draft of Rules view (not working) with computer play
[vchess.git] / client / src / views / Hall.vue
similarity index 99%
rename from client/src/views/Home.vue
rename to client/src/views/Hall.vue
index 3a7e383..ca0caa2 100644 (file)
@@ -69,7 +69,7 @@ import { NbPlayers } from "@/data/nbPlayers";
 import GameList from "@/components/GameList.vue";
 import ChallengeList from "@/components/ChallengeList.vue";
 export default {
-  name: "home",
+  name: "my-hall",
   components: {
     GameList,
     ChallengeList,