feat: add admin gradebook page
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-02 08:01:15 -06:00
parent eff635fb49
commit 2abf95888b
3 changed files with 433 additions and 0 deletions

View File

@@ -64,6 +64,11 @@ const routes = [
name: "showcase-manage",
component: () => import("./pages/ShowcaseManage.vue"),
},
{
path: "gradebook",
name: "gradebook",
component: () => import("./pages/Gradebook.vue"),
},
],
},
]