1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 22:45:56 +02:00

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

@@ -103,7 +103,7 @@
<script lang="ts">
import Vue from 'vue';
import getAcct from '../../../../../user/get-acct';
import getPostSummary from '../../../../../get-post-summary';
import getPostSummary from '../../../../../renderers/get-post-summary';
export default Vue.extend({
data() {