aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src/UserTheming.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/src/UserTheming.vue')
-rw-r--r--apps/theming/src/UserTheming.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/src/UserTheming.vue b/apps/theming/src/UserTheming.vue
index d3c954c6051..2efe409a62a 100644
--- a/apps/theming/src/UserTheming.vue
+++ b/apps/theming/src/UserTheming.vue
@@ -82,8 +82,8 @@ import { refreshStyles } from './helpers/refreshStyles'
import axios from '@nextcloud/axios'
-import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js'
-import NcSettingsSection from '@nextcloud/vue/dist/Components/NcSettingsSection.js'
+import NcCheckboxRadioSwitch from '@nextcloud/vue/components/NcCheckboxRadioSwitch'
+import NcSettingsSection from '@nextcloud/vue/components/NcSettingsSection'
import BackgroundSettings from './components/BackgroundSettings.vue'
import ItemPreview from './components/ItemPreview.vue'