From 4f52a38116ec4e6bca86a75e9cc2e8ce6b7f9c20 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Fri, 2 Feb 2024 17:01:02 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=EC=84=A4=EC=A0=95=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EA=B3=84=EC=A0=95=20=ED=86=B5=EA=B3=84=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EA=B0=80=20=ED=91=9C=EC=8B=9C=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/router/definition.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/frontend/src/router/definition.ts b/packages/frontend/src/router/definition.ts index 3de5246221..e413246075 100644 --- a/packages/frontend/src/router/definition.ts +++ b/packages/frontend/src/router/definition.ts @@ -184,6 +184,10 @@ const routes: RouteDef[] = [{ path: '/other', name: 'other', component: page(() => import('@/pages/settings/other.vue')), + }, { + path: '/account-stats', + name: 'other', + component: page(() => import('@/pages/settings/account-stats.vue')), }, { path: '/cherrypick', name: 'cherrypick',