From 1c680e85e3caca76dbb10d1b1c63cf3158f44426 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 7 May 2025 19:48:07 +0200 Subject: [PATCH] feat: add loading component --- components/Loading.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 components/Loading.vue diff --git a/components/Loading.vue b/components/Loading.vue new file mode 100644 index 0000000..14a379d --- /dev/null +++ b/components/Loading.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file