fix: heartSection.vue

This commit is contained in:
2025-08-02 22:34:43 +04:00
parent faa4663e20
commit 5e5713bde0
6 changed files with 131 additions and 63 deletions

View File

@ -6,5 +6,10 @@ const routes: TRoute[] = [
name: '/',
component: () => import('../../pages/index/rootPage.vue'),
},
{
path:'/game',
name:'/game',
component:()=> import('../../pages/clicker-game/clickerIndex.vue')
}
]
export default routes