More cleanup from project task list

This commit is contained in:
Matthew Raymer
2023-07-08 18:42:53 +08:00
parent 3bd55f3ad2
commit c61bb88788
4 changed files with 0 additions and 64 deletions

View File

@@ -25,12 +25,6 @@ const routes: Array<RouteRecordRaw> = [
import(/* webpackChunkName: "home" */ "../views/HomeView.vue"),
beforeEnter: enterOrStart,
},
{
path: "/about",
name: "about",
component: () =>
import(/* webpackChunkName: "about" */ "../views/AboutView.vue"),
},
{
path: "/account",
name: "account",