HMI-Studios / CivCloneJS

3 stars 1 forks source link

Tech Debt: Use absolute paths for imports if possible #99

Open JoelNiemela opened 2 years ago

JoelNiemela commented 2 years ago

Currently, some imports are confusing, e.g. import { Random } from '../../../utils/random';. Research and determine if absolute paths are feasible. If so, all import statements should use absolute paths where appropriate.

kjniemela commented 10 months ago

:) 👍 image