X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Frouter.js;h=1eb88f913a20f8b6c8a9687e9ba0538fdddd7018;hp=a4d3236929800d970e8d06967e2cf79f1127f43e;hb=652f40de91b2694093ba9755f24b76b81caff232;hpb=7f3484bd3530cd9f656e215d2d4d832d98bf5906 diff --git a/client/src/router.js b/client/src/router.js index a4d32369..1eb88f91 100644 --- a/client/src/router.js +++ b/client/src/router.js @@ -68,7 +68,7 @@ const router = new Router({ { path: "/analyze/:vname([a-zA-Z0-9]+)", name: "analyze", - component: loadView("Game"), + component: loadView("Analyze"), }, { path: "/about",