Skip to content

style: change from global to specific imports #226

@0xble

Description

@0xble

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreGrunt task with no production code changegood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions