From e70a5a7e57f900f0210f0a831d92d736b5b269c9 Mon Sep 17 00:00:00 2001 From: Presti Date: Tue, 19 Sep 2023 16:56:54 +0200 Subject: [PATCH] Added custom Invite calls. --- Frontend/src/routes/(dashboard)/dash/+page.svelte | 5 +++-- .../routes/(dashboard)/dash/[serverId]/serverDisplay.svelte | 5 +++-- Frontend/src/routes/(dashboard)/dash/serverSelector.svelte | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Frontend/src/routes/(dashboard)/dash/+page.svelte b/Frontend/src/routes/(dashboard)/dash/+page.svelte index 9eed4baf..db88cc17 100644 --- a/Frontend/src/routes/(dashboard)/dash/+page.svelte +++ b/Frontend/src/routes/(dashboard)/dash/+page.svelte @@ -1,7 +1,8 @@