diff --git a/src/App.vue b/src/App.vue
index 1763036..90cfcf2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -18,6 +18,8 @@ along with this program. If not, see .
+
+
@@ -30,11 +32,13 @@ along with this program. If not, see .
import AuthTokenSection from './components/security/AuthTokenSection.vue'
import WebDavUrl from './components/files/WebDavUrl.vue'
import Software from './components/help/Software.vue'
+import LanguageSection from './components/LanguageSection/LanguageSection.vue'
import { defineComponent } from 'vue'
export default defineComponent({
name: 'App',
components: {
+ LanguageSection,
AuthTokenSection,
WebDavUrl,
Software,