diff options
Diffstat (limited to 'packages/frontend/src/ui/universal.widgets.vue')
| -rw-r--r-- | packages/frontend/src/ui/universal.widgets.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/ui/universal.widgets.vue b/packages/frontend/src/ui/universal.widgets.vue index 76ac000429..44988e6df3 100644 --- a/packages/frontend/src/ui/universal.widgets.vue +++ b/packages/frontend/src/ui/universal.widgets.vue @@ -18,8 +18,8 @@ let editMode = $ref(false); <script lang="ts" setup> import { } from 'vue'; import XWidgets from '@/components/MkWidgets.vue'; -import { i18n } from '@/i18n'; -import { defaultStore } from '@/store'; +import { i18n } from '@/i18n.js'; +import { defaultStore } from '@/store.js'; const props = withDefaults(defineProps<{ // null = 全てのウィジェットを表示 |