summaryrefslogtreecommitdiff
path: root/ui/routes/(app)/me/+page.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'ui/routes/(app)/me/+page.svelte')
-rw-r--r--ui/routes/(app)/me/+page.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/routes/(app)/me/+page.svelte b/ui/routes/(app)/me/+page.svelte
index fb612b8..7559dbe 100644
--- a/ui/routes/(app)/me/+page.svelte
+++ b/ui/routes/(app)/me/+page.svelte
@@ -1,7 +1,7 @@
<script>
import { changePassword } from '$lib/apiServer.js';
- import Invite from '$lib/components/Invite.svelte';
+ import Invites from '$lib/components/Invites.svelte';
let currentPassword, newPassword, confirmPassword, passwordForm;
let pending = false;
@@ -38,4 +38,4 @@
</button>
</form>
-<Invite />
+<Invites />