refactor: use path alias

This commit is contained in:
tamaina
2021-10-09 15:47:01 +09:00
parent 92c3162506
commit 33676eba51
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import { Users, DriveFiles, Notes, Channels, Blockings } from '@/models/index';
import { DriveFile } from '@/models/entities/drive-file';
import { Note } from '@/models/entities/note';
import { DB_MAX_NOTE_TEXT_LENGTH } from '@/misc/hard-limits';
import { noteVisibilities } from '../../../../types';
import { noteVisibilities } from '@/types';
import { Channel } from '@/models/entities/channel';
let maxNoteTextLength = 500;