JSLancerTeam/saasgear

[Backend] Import relative path with alias @

davidtran opened this issue · 0 comments

Replace absolute import: import * from '../../path/to';
by relative alias import: import * from '@/services/email';

It makes our code shorter and easier to move files around.