-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
feature requestgood first issueGood for newcomersGood for newcomersrefactorRefactoring tasksRefactoring tasks
Description
Is your feature request related to a problem? Please describe.
This component is imported by components in the src/shared-components folder. This means it is a shared component.
src/components/IconComponent/IconComponent
Describe the solution you'd like
- Migrate the component to the
src/shared-componentsfolder. Update all imports that referred to the component in its previous location to the new location. - Make sure the locations of files for the component complies with our reusable component policy.
- For example types need to be located in a sub folder of this directory
src/types/shared-components/
- For example types need to be located in a sub folder of this directory
- All other functionality must be maintained
- All tests must be valid and achieve 100% test code coverage
Describe alternatives you've considered
- See above
Approach to be followed (optional)
- N/A
Additional context
- N/A
Metadata
Metadata
Assignees
Labels
feature requestgood first issueGood for newcomersGood for newcomersrefactorRefactoring tasksRefactoring tasks
Type
Projects
Status
Backlog
Status
Backlog