From c3e6630b4c3ab1ac8f55e3361c2995307975beff Mon Sep 17 00:00:00 2001 From: Franziska Bath Date: Mon, 9 Sep 2024 16:18:52 +0200 Subject: [PATCH] feat(quota): implement Quote component Signed-off-by: Franziska Bath --- src/App.vue | 4 ++ src/components/account/Quota.vue | 109 +++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 src/components/account/Quota.vue 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 .