This commit is contained in:
dragongoose
2023-11-26 20:53:38 -05:00
parent a9aa379bcc
commit 2d86a8c1cb
4 changed files with 4 additions and 7 deletions

View File

@ -35,7 +35,7 @@ const router = createRouter({
component: PrivacyPageView
},
{
path: "/following",
path: '/following',
component: FollowingView
},
{