Introduce renderers directory
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import getPostSummary from '../../../../get-post-summary';
|
||||
import getReactionEmoji from '../../../../get-reaction-emoji';
|
||||
import getPostSummary from '../../../../renderers/get-post-summary';
|
||||
import getReactionEmoji from '../../../../renderers/get-reaction-emoji';
|
||||
|
||||
type Notification = {
|
||||
title: string;
|
||||
|
@ -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() {
|
||||
|
@ -7,7 +7,7 @@
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import Progress from '../../../common/scripts/loading';
|
||||
import getPostSummary from '../../../../../get-post-summary';
|
||||
import getPostSummary from '../../../../../renderers/get-post-summary';
|
||||
|
||||
export default Vue.extend({
|
||||
props: {
|
||||
|
@ -1,6 +1,6 @@
|
||||
import PostForm from '../views/components/post-form.vue';
|
||||
//import RepostForm from '../views/components/repost-form.vue';
|
||||
import getPostSummary from '../../../../get-post-summary';
|
||||
import getPostSummary from '../../../../renderers/get-post-summary';
|
||||
|
||||
export default (os) => (opts) => {
|
||||
const o = opts || {};
|
||||
|
@ -59,7 +59,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import getPostSummary from '../../../../../get-post-summary';
|
||||
import getPostSummary from '../../../../../renderers/get-post-summary';
|
||||
|
||||
export default Vue.extend({
|
||||
props: ['notification'],
|
||||
|
@ -78,7 +78,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import getPostSummary from '../../../../../get-post-summary';
|
||||
import getPostSummary from '../../../../../renderers/get-post-summary';
|
||||
import getAcct from '../../../../../user/get-acct';
|
||||
|
||||
export default Vue.extend({
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import summary from '../../../../../get-post-summary';
|
||||
import summary from '../../../../../renderers/get-post-summary';
|
||||
import getAcct from '../../../../../user/get-acct';
|
||||
|
||||
export default Vue.extend({
|
||||
|
@ -64,7 +64,7 @@ import Vue from 'vue';
|
||||
import * as XDraggable from 'vuedraggable';
|
||||
import * as uuid from 'uuid';
|
||||
import Progress from '../../../common/scripts/loading';
|
||||
import getPostSummary from '../../../../../get-post-summary';
|
||||
import getPostSummary from '../../../../../renderers/get-post-summary';
|
||||
|
||||
export default Vue.extend({
|
||||
components: {
|
||||
|
Reference in New Issue
Block a user