This commit is contained in:
syuilo
2024-08-26 15:47:31 +09:00
parent ace5248b93
commit 001974968a
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script lang="ts" setup>
import { computed, inject, ref } from 'vue';
import { getProxiedImageUrl } from '@/scripts/media-proxy.js';
import { getProxiedImageUrl } from '@/to-be-shared/media-proxy.js';
import { customEmojisMap } from '@/custom-emojis.js';
const props = defineProps<{