remove contest helper.

This commit is contained in:
2023-02-10 11:01:21 +08:00
parent 951b4c768e
commit c106f4bb5f
4 changed files with 58 additions and 74 deletions

View File

@@ -56,13 +56,6 @@ export const routes: RouteRecordRaw[] = [
meta: { requiresAuth: true },
name: "contest rank",
},
{
path: "helper",
component: () => import("oj/contest/pages/helper.vue"),
props: true,
meta: { requiresAuth: true },
name: "contest helper",
},
],
},
{