diff --git a/frontend/src/components/layout/AppSidebar.vue b/frontend/src/components/layout/AppSidebar.vue
index 167cf64..3cf119d 100644
--- a/frontend/src/components/layout/AppSidebar.vue
+++ b/frontend/src/components/layout/AppSidebar.vue
@@ -54,6 +54,9 @@
+
+
+
@@ -108,6 +111,7 @@
import { useRouter } from 'vue-router'
import { useTopicsStore } from '../../stores/topics.js'
import { useAuthStore } from '../../stores/auth.js'
+import QuotaBar from './QuotaBar.vue'
const topicsStore = useTopicsStore()
const authStore = useAuthStore()
diff --git a/frontend/src/components/layout/QuotaBar.vue b/frontend/src/components/layout/QuotaBar.vue
new file mode 100644
index 0000000..067948d
--- /dev/null
+++ b/frontend/src/components/layout/QuotaBar.vue
@@ -0,0 +1,95 @@
+
+
+
+ Storage
+ {{ label }}
+
+
+
+
+
+
+
+
+