Remove unused import

This commit is contained in:
syuilo 2019-01-20 17:49:52 +09:00
parent 361af34956
commit ff4cb3555b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -6,7 +6,6 @@ import { ObjectID } from 'bson';
import Emoji from '../../../models/emoji';
import { toMastodonEmojis } from './emoji';
import fetchMeta from '../../../misc/fetch-meta';
const pkg = require('../../../../package.json');
// Init router
const router = new Router();