1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00
This commit is contained in:
syuilo
2018-07-08 03:21:16 +09:00
parent 8e11e2e3fc
commit 57052013bb
2 changed files with 2 additions and 3 deletions

View File

@@ -7,10 +7,9 @@ import * as path from 'path';
import ms = require('ms');
import * as Router from 'koa-router';
import * as send from 'koa-send';
import { Context } from 'cafy';
import { Context, ObjectContext } from 'cafy';
import * as glob from 'glob';
import * as yaml from 'js-yaml';
import ObjectContext from 'cafy/built/types/object';
import config from '../../config';
import I18n from '../../misc/i18n';
import { fa } from '../../misc/fa';