diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-05 16:34:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-05 16:34:18 +0900 |
| commit | 33b0cab59666fa003c1250e5e136f7fb4fee56f0 (patch) | |
| tree | db3486e38f393743ad0d0a616edef7fd3a295100 /src/client/components/notification.vue | |
| parent | Update misskey.md (diff) | |
| download | misskey-33b0cab59666fa003c1250e5e136f7fb4fee56f0.tar.gz misskey-33b0cab59666fa003c1250e5e136f7fb4fee56f0.tar.bz2 misskey-33b0cab59666fa003c1250e5e136f7fb4fee56f0.zip | |
refactor
Diffstat (limited to 'src/client/components/notification.vue')
| -rw-r--r-- | src/client/components/notification.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index d4e6b65c70..bce6333d98 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -62,8 +62,8 @@ import { defineComponent, markRaw } from 'vue'; import { getNoteSummary } from '@/misc/get-note-summary'; import XReactionIcon from './reaction-icon.vue'; import MkFollowButton from './follow-button.vue'; -import notePage from '../filters/note'; -import { userPage } from '../filters/user'; +import notePage from '@client/filters/note'; +import { userPage } from '@client/filters/user'; import { i18n } from '@client/i18n'; import * as os from '@client/os'; |