diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-07 14:59:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-07 14:59:54 +0900 |
| commit | d09e1f492577f5987f89b926646aaf8daf1726ef (patch) | |
| tree | 413f71163fb9cab1f10811f84ca9934fe6294bd6 /packages/frontend/src/components/MkNotificationSettingWindow.vue | |
| parent | fix #9483 (diff) | |
| download | sharkey-d09e1f492577f5987f89b926646aaf8daf1726ef.tar.gz sharkey-d09e1f492577f5987f89b926646aaf8daf1726ef.tar.bz2 sharkey-d09e1f492577f5987f89b926646aaf8daf1726ef.zip | |
refactor
Diffstat (limited to 'packages/frontend/src/components/MkNotificationSettingWindow.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNotificationSettingWindow.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotificationSettingWindow.vue b/packages/frontend/src/components/MkNotificationSettingWindow.vue index cb054b1a29..e303403872 100644 --- a/packages/frontend/src/components/MkNotificationSettingWindow.vue +++ b/packages/frontend/src/components/MkNotificationSettingWindow.vue @@ -35,7 +35,7 @@ <script lang="ts" setup> import { } from 'vue'; import { notificationTypes } from 'misskey-js'; -import MkSwitch from './form/switch.vue'; +import MkSwitch from './MkSwitch.vue'; import MkInfo from './MkInfo.vue'; import MkButton from './MkButton.vue'; import MkModalWindow from '@/components/MkModalWindow.vue'; |