File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ import IconFormatList from 'vue-material-design-icons/FormatListBulletedSquare.v
6060import AppSettingsDialog from ' ./components/settings/AppSettingsDialog.vue'
6161import LogTable from ' ./components/table/LogTable.vue'
6262import { useLogStore } from ' ./store/logging'
63- import { useSettingsStore } from ' ./store/settings.js '
63+ import { useSettingsStore } from ' ./store/settings'
6464
6565import ' @nextcloud/dialogs/style.css'
6666
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import NcNoteCard from '@nextcloud/vue/components/NcNoteCard'
4343import IconDownload from ' vue-material-design-icons/TrayArrowDown.vue'
4444import IconUpload from ' vue-material-design-icons/TrayArrowUp.vue'
4545import { useLogStore } from ' ../../store/logging'
46- import { useSettingsStore } from ' ../../store/settings.js '
46+ import { useSettingsStore } from ' ../../store/settings'
4747import { logger } from ' ../../utils/logger'
4848
4949const settingsStore = useSettingsStore ()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { translate as t } from '@nextcloud/l10n'
2222import { computed } from ' vue'
2323import NcCheckboxRadioSwitch from ' @nextcloud/vue/components/NcCheckboxRadioSwitch'
2424import NcNoteCard from ' @nextcloud/vue/components/NcNoteCard'
25- import { useSettingsStore } from ' ../../store/settings.js '
25+ import { useSettingsStore } from ' ../../store/settings'
2626import { logger } from ' ../../utils/logger'
2727
2828const settingsStore = useSettingsStore ()
You can’t perform that action at this time.
0 commit comments