(JSX) importing deeply nested relative paths
Created by: HarveyAtwal
I'm noticing a maintenance issue with importing relative paths that go up two or more levels, for example: import Button from '../../elements/button.js'.
How are other developers solving this issue? Would it be possible to base the path on the src directory?