Open JoelNiemela opened 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.
import { Random } from '../../../utils/random';
:) 👍
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.