diff --git a/src/lib/components/AuthSig.svelte b/src/lib/components/AuthSig.svelte
index 00cb90c..2e8b692 100644
--- a/src/lib/components/AuthSig.svelte
+++ b/src/lib/components/AuthSig.svelte
@@ -2,6 +2,7 @@
import { onMount } from 'svelte';
import { checkAndSignAuthMessage } from '@lit-protocol/lit-node-client';
import { LOCAL_STORAGE_KEYS } from '@lit-protocol/constants';
+ import Send from '$lib/Send.svelte';
let authSig = null;
let error = null;
diff --git a/src/lib/components/Wallet.svelte b/src/lib/components/Wallet.svelte
new file mode 100644
index 0000000..e93c836
--- /dev/null
+++ b/src/lib/components/Wallet.svelte
@@ -0,0 +1,21 @@
+
+
+