I use create-react-app
Often, for example, a button is required. And it is imported, based on the current folder:
import Button from "../../../common/Button/Button"
How to make a more accurate import? Can it always be an absolute path relative to src? Please share your experience