diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-09-06 18:21:49 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-09-06 18:21:49 +0900 |
| commit | a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b (patch) | |
| tree | de951d9242addd6195c20c23ce6cdf853884760f /packages/client/src/components/MkNotificationSettingWindow.vue | |
| parent | refactor(client): use setup syntax (diff) | |
| download | sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.tar.gz sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.tar.bz2 sharkey-a9e13693a593ff1fb4b2ed1f2e1cb90a8ef7bd3b.zip | |
refactor(client): refactor file name and directory structure
Diffstat (limited to 'packages/client/src/components/MkNotificationSettingWindow.vue')
| -rw-r--r-- | packages/client/src/components/MkNotificationSettingWindow.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/client/src/components/MkNotificationSettingWindow.vue b/packages/client/src/components/MkNotificationSettingWindow.vue index bf0a148f59..75bea2976c 100644 --- a/packages/client/src/components/MkNotificationSettingWindow.vue +++ b/packages/client/src/components/MkNotificationSettingWindow.vue @@ -31,9 +31,9 @@ import { } from 'vue'; import { notificationTypes } from 'misskey-js'; import MkSwitch from './form/switch.vue'; -import MkInfo from './ui/info.vue'; -import MkButton from './ui/button.vue'; -import XModalWindow from '@/components/ui/modal-window.vue'; +import MkInfo from './MkInfo.vue'; +import MkButton from './MkButton.vue'; +import XModalWindow from '@/components/MkModalWindow.vue'; import { i18n } from '@/i18n'; const emit = defineEmits<{ |