Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroxis-xs committed Jun 3, 2024
1 parent cc3a632 commit acac4fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/paths.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export const paths = {
home: '/',
auth: { signIn: '/auth/sign-in', signUp: '/auth/sign-up', resetPassword: '/auth/reset-password' },
auth: {
signIn: '/auth/sign-in',
// signUp: '/auth/sign-up',
// resetPassword: '/auth/reset-password'
},
dashboard: {
overview: '/dashboard',
account: '/dashboard/account',
Expand Down

0 comments on commit acac4fd

Please sign in to comment.