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

@ -4,7 +4,7 @@ import { readNotification } from '../../common/read-notification';
import define from '../../define';
import { makePaginationQuery } from '../../common/make-pagination-query';
import { Notifications, Followings, Mutings, Users } from '@/models/index';
import { notificationTypes } from '../../../../types';
import { notificationTypes } from '@/types';
import read from '@/services/note/read';
export const meta = {