-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
choreGrunt task with no production code changeGrunt task with no production code changegood first issueGood for newcomersGood for newcomers
Description
Describe the feature you would like
Currently, we use all global imports in the codebase (e.g. import "X"
) but this makes it hard to discover where a particular name is defined which can be annoying to readers and auditors of the code.
Instead these should be refactored to specific imports (e.g. import {A, B, C} from "X"
).
Additional context
No response
arr00 and SMSDAO
Metadata
Metadata
Assignees
Labels
choreGrunt task with no production code changeGrunt task with no production code changegood first issueGood for newcomersGood for newcomers