Skip to content

Conversation

@Zentex1337
Copy link

Summary

  • Fixed 68 files with incorrect import paths that had double slashes
  • Changed imports like @/helpers//getAccount to @/helpers/getAccount
  • This is a purely cosmetic fix that improves code consistency

Test plan

  • Verify the application builds successfully with pnpm build
  • Verify imports resolve correctly

Fixed 68 files with incorrect import paths that had double slashes
(e.g., @/helpers//getAccount instead of @/helpers/getAccount).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant