Draft of problems section
[vchess.git] / client / src / router.js
index ede2186..071af8c 100644 (file)
@@ -38,6 +38,11 @@ const router = new Router({
       name: "logout",
       component: loadView("Logout"),
     },
+    {
+      path: "/problems",
+      name: "myproblems",
+      component: loadView("Problems"),
+    },
     {
       path: "/mygames",
       name: "mygames",