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

@ -5,7 +5,7 @@ import { Note } from './note';
import { FollowRequest } from './follow-request';
import { UserGroupInvitation } from './user-group-invitation';
import { AccessToken } from './access-token';
import { notificationTypes } from '../../types';
import { notificationTypes } from '@/types';
@Entity()
export class Notification {