remove unused page; tweak task list

This commit is contained in:
2024-02-11 07:14:16 -07:00
parent 8d2dd6357a
commit 5c547783a7
4 changed files with 12 additions and 78 deletions

View File

@@ -136,14 +136,6 @@ const routes: Array<RouteRecordRaw> = [
/* webpackChunkName: "new-edit-account" */ "../views/NewEditAccountView.vue"
),
},
{
path: "/new-edit-commitment",
name: "new-edit-commitment",
component: () =>
import(
/* webpackChunkName: "new-edit-commitment" */ "../views/NewEditCommitmentView.vue"
),
},
{
path: "/new-edit-project",
name: "new-edit-project",