Skip to content

Conversation

@Breimerct
Copy link
Owner

This pull request updates import paths across several files to use relative paths instead of alias-based paths. This change ensures consistency in import statements and improves compatibility with certain build tools or environments that may not support alias-based imports.

Updates to import paths:

  • src/app/app.ts: Changed imports for HttpClient and related types from alias-based paths (@/client, @/types) to relative paths (../client, ../types).

  • src/client/http-client.ts: Updated imports for helpers and types from alias-based paths (@/helpers, @/types) to relative paths (../helpers, ../types). [1] [2]

  • src/helpers/utils.ts: Adjusted imports for constants and types from alias-based paths (@/constants, @/types) to relative paths (../constants, ../types).…nd utils modules

@Breimerct Breimerct merged commit 69c4c28 into main Jun 15, 2025
1 check passed
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.

2 participants