**Is your feature request related to a problem? Please describe.** Using too much `../../` in import statements is boring. **Describe the solution you'd like** Implement import alias `@/` instead of `../../` for better DX, maintaining and stability.
Is your feature request related to a problem? Please describe.
Using too much
../../in import statements is boring.Describe the solution you'd like
Implement import alias
@/instead of../../for better DX, maintaining and stability.