docs icon indicating copy to clipboard operation
docs copied to clipboard

Standardize imports

Open half0wl opened this issue 3 years ago • 0 comments

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.

half0wl avatar Apr 24 '23 20:04 half0wl