Introduce renderers directory

This commit is contained in:
Akihiko Odaki
2018-04-02 13:41:25 +09:00
parent ad38cd2605
commit 4ef3d3a6d2
14 changed files with 14 additions and 14 deletions

View File

@@ -3,10 +3,10 @@ import * as bcrypt from 'bcryptjs';
import User, { IUser, init as initUser, ILocalUser } from '../../../models/user';
import getPostSummary from '../../../get-post-summary';
import getUserSummary from '../../../user/get-summary';
import getPostSummary from '../../../renderers/get-post-summary';
import getUserSummary from '../../../renderers/get-user-summary';
import parseAcct from '../../../user/parse-acct';
import getNotificationSummary from '../../../get-notification-summary';
import getNotificationSummary from '../../../renderers/get-notification-summary';
const hmm = [
'',