You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we're importing stuff is scattered: there are relative references (import foo from '../../'), paths-based references (import foo from @/..), and const/default exports are not super clear. It'd be nice to settle on a single convention, tweak the codebase to use that, and enforce it moving forward.
The text was updated successfully, but these errors were encountered:
The way we're importing stuff is scattered: there are relative references (
import foo from '../../'
), paths-based references (import foo from @/..
), and const/default exports are not super clear. It'd be nice to settle on a single convention, tweak the codebase to use that, and enforce it moving forward.The text was updated successfully, but these errors were encountered: