-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added:
Would enhance the code structure and with proper vision of directory
Why is this needed:
Code enhancement
Examples :
Before:
import MyComponent from '../../components/MyComponent';
import utils from '../utils';
After:
import MyComponent from 'components/MyComponent';
import utils from 'utils';
In may files we have followed relative imports , i would propose to use absolute imports
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.