Normal way adding imports:
import Sample from ‘../../../components/signup’
I need to imports without front dots and slashes:
import Component from ‘components/signup’
Can I add base url for imports to solve this problem? Is it the right way? Or if there a solution please leave the answer below.