From 8ce2d52044139c1b521515e9b765654f2c5799a1 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 26 May 2025 22:47:50 +0200 Subject: [PATCH] feat: add invite popup component --- components/InvitePopup.vue | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 components/InvitePopup.vue diff --git a/components/InvitePopup.vue b/components/InvitePopup.vue new file mode 100644 index 0000000..ee6f124 --- /dev/null +++ b/components/InvitePopup.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file