add heart animation

This commit is contained in:
2025-08-02 09:35:30 +04:00
parent a5232864d2
commit faa4663e20
21 changed files with 423 additions and 31 deletions

View File

@ -0,0 +1,10 @@
import type { TRoute } from './_type/TRoutes.ts'
const routes: TRoute[] = [
{
path: '/',
name: '/',
component: () => import('../../pages/index/rootPage.vue'),
},
]
export default routes