Draft of a problems section + news system
[vchess.git] / client / src / router.js
index 071af8c..daaefce 100644 (file)
@@ -63,6 +63,11 @@ const router = new Router({
       name: "about",
       component: loadView("About"),
     },
+    {
+      path: "/news",
+      name: "news",
+      component: loadView("News"),
+    },
   ]
 });