refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -2,7 +2,7 @@ import $ from 'cafy';
|
|||
import define from '../../define';
|
||||
import { Apps } from '@/models/index';
|
||||
import { genId } from '@/misc/gen-id';
|
||||
import { unique } from '../../../../prelude/array';
|
||||
import { unique } from '@/prelude/array';
|
||||
import { secureRndstr } from '@/misc/secure-rndstr';
|
||||
|
||||
export const meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue