I have a bit complex structure, to access for a function inside of itemTypes i have to do this: import { ON_BOARDING_STEPS } from '../../../constants/itemTypes', i think this is too hard to read '../../../'
├── components
│ ├── App
│ ├── Editable
│ │ ├── formQuestion
Editable.jsx
├── constants
│ └── itemTypes.js
i am using vite from reactjs