refactor: use path alias

This commit is contained in:
syuilo
2021-10-09 12:47:40 +09:00
parent ec05c07321
commit abc45ded9b
7 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import { ApiError } from '../../error';
import { Users, DriveFiles, UserProfiles, Pages } from '@/models/index';
import { User } from '@/models/entities/user';
import { UserProfile } from '@/models/entities/user-profile';
import { notificationTypes } from '../../../../types';
import { notificationTypes } from '@/types';
import { normalizeForSearch } from '@/misc/normalize-for-search';
export const meta = {