summaryrefslogtreecommitdiff
path: root/packages/client/src/ui/chat/note-header.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-28 20:29:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-28 20:29:37 +0900
commit2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1 (patch)
treec40e093b1fe59351ddfaa377dfd72e5ddb4802bb /packages/client/src/ui/chat/note-header.vue
parentfeat(client): show confirm dialog when vote (diff)
downloadsharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.gz
sharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.bz2
sharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.zip
feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように
Diffstat (limited to 'packages/client/src/ui/chat/note-header.vue')
-rw-r--r--packages/client/src/ui/chat/note-header.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/chat/note-header.vue b/packages/client/src/ui/chat/note-header.vue
index 32b4573dc4..5f87fdd14e 100644
--- a/packages/client/src/ui/chat/note-header.vue
+++ b/packages/client/src/ui/chat/note-header.vue
@@ -21,7 +21,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
-import notePage from '@/filters/note';
+import { notePage } from '@/filters/note';
import { userPage } from '@/filters/user';
import * as os from '@/os';