This commit is contained in:
syuilo
2018-07-08 03:13:20 +09:00
parent e85ac32c2d
commit a46d230308
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import ObjectContext from 'cafy/built/types/object';
import config from '../../config';
import I18n from '../../misc/i18n';
import { fa } from '../../misc/fa';
import { licenseHtml } from '../../build/license';
import { licenseHtml } from '../../misc/license';
const constants = require('../../const.json');
const docs = `${__dirname}/../../client/docs/`;