fix(frontend): 설정에서 계정 통계 페이지가 표시되지 않음

This commit is contained in:
NoriDev 2024-02-02 17:01:02 +09:00
parent c833101015
commit 4f52a38116

View file

@ -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',