Skip to content

refactor: keep one import (named imports) to avoid path duplications#45

Merged
louisjoecodes merged 1 commit intoelevenlabs:mainfrom
alamenai:ala/bar-visualizer
Dec 17, 2025
Merged

refactor: keep one import (named imports) to avoid path duplications#45
louisjoecodes merged 1 commit intoelevenlabs:mainfrom
alamenai:ala/bar-visualizer

Conversation

@alamenai
Copy link
Contributor

What

The component bar-visualizer uses both categories of imports ( names and namespace ) which created a duplicated paths to the react package ( This was detectable by SonarLint extension ).

To avoid that, I kept only the named imports.

Why

  • Keep convention across the codebase.
  • Remove duplicated paths.

@vercel
Copy link
Contributor

vercel bot commented Dec 17, 2025

@alamenai is attempting to deploy a commit to the ElevenLabs Team on Vercel.

A member of the Team first needs to authorize it.

@louisjoecodes louisjoecodes merged commit c2528a5 into elevenlabs:main Dec 17, 2025
1 of 4 checks passed
@louisjoecodes
Copy link
Collaborator

Appreciate this

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