diff --git a/src/mixins.ts b/src/mixins.ts index a523827..a4616cc 100644 --- a/src/mixins.ts +++ b/src/mixins.ts @@ -45,7 +45,6 @@ export async function getEndpoint(endpoint: string) { return data } - /** * Gets the response from an endpoint from the backend * @param endpoint The endpoint to get data from diff --git a/src/router/index.ts b/src/router/index.ts index edba497..5218f2e 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -35,7 +35,7 @@ const router = createRouter({ component: PrivacyPageView }, { - path: "/following", + path: '/following', component: FollowingView }, { diff --git a/src/settingsManager.ts b/src/settingsManager.ts index ad91a26..3ec3af1 100644 --- a/src/settingsManager.ts +++ b/src/settingsManager.ts @@ -252,4 +252,3 @@ export const themeList = [ } } ] - diff --git a/src/views/FollowingView.vue b/src/views/FollowingView.vue index f6774a9..306a23a 100644 --- a/src/views/FollowingView.vue +++ b/src/views/FollowingView.vue @@ -46,11 +46,11 @@ export default { \ No newline at end of file +