diff --git a/src/App.vue b/src/App.vue
index 968e3c4..66a25b4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -18,6 +18,8 @@ along with this program. If not, see .
+
+
@@ -33,6 +35,7 @@ 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/account/LanguageSection.vue'
+import Quota from './components/account/Quota.vue'
import { defineComponent } from 'vue'
export default defineComponent({
@@ -42,6 +45,7 @@ export default defineComponent({
AuthTokenSection,
WebDavUrl,
Software,
+ Quota,
},
})
diff --git a/src/components/account/Quota.vue b/src/components/account/Quota.vue
new file mode 100644
index 0000000..4f3f5e1
--- /dev/null
+++ b/src/components/account/Quota.vue
@@ -0,0 +1,109 @@
+
+
+
+
+ {{ t('simplesettings', 'Storage usage') }}
+
+
+
+
+
+
+