Lots of CSS fixing and added new items

This commit is contained in:
Annika Merris 2024-01-21 12:18:57 -05:00
parent 0f37f195a9
commit 599d44a86b
27 changed files with 1211 additions and 389 deletions

View file

@ -18,6 +18,11 @@ const router = createRouter({
path: "/fellow-power",
name: "fellow-power",
component: () => import('@/views/FellowPowerView.vue')
},
{
path: "/intimacy-power",
name: "intimacy-power",
component: () => import('@/views/IntimacyPowerView.vue')
}
]
})