From b695b44b6cdbcb0e80668978e8fa1fc839a01258 Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Sat, 15 May 2021 16:57:25 +0200 Subject: [PATCH] fix error for new players --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index de66d55..5184276 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,7 @@ import NewGame from "/views/NewGame.vue.js" import Game from "/views/Game.vue.js" import Replay from "/views/Replay.vue.js" + import Util from './../common/Util.js' (async () => { const res = await fetch(`/api/conf`)