1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 12:05:48 +02:00

Remove unused imports

This commit is contained in:
syuilo
2019-02-22 14:06:17 +09:00
parent be3298639d
commit 813c52f51e
15 changed files with 8 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import $ from 'cafy';
import ID, { transform } from '../../../../misc/cafy-id';
import * as ms from 'ms';
import User, { pack } from '../../../../models/user';
import { pack } from '../../../../models/user';
import Following from '../../../../models/following';
import deleteFollowing from '../../../../services/following/delete';
import define from '../../define';