Skip to content

Commit

Permalink
Remove unnecessary route
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 18, 2024
1 parent bdd46e2 commit 95fbc6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export interface Routes {
signin: {}
slow: { feed?: string; page?: number; post?: string }
start: {}
subscriptions: {}
welcome: {}
}

Expand Down
1 change: 0 additions & 1 deletion web/stores/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const pathRouter = createRouter({
signin: '/signin',
slow: '/slow/:feed?',
start: '/start',
subscriptions: '/subscriptions',
welcome: '/welcome'
})

Expand Down

0 comments on commit 95fbc6e

Please sign in to comment.