removed nextjs example implementation

This commit is contained in:
Samuel Andert
2023-07-20 12:53:07 +02:00
parent 702c33a373
commit d79342a5f0
40 changed files with 1532 additions and 25304 deletions

9
src/routes/+page.svelte Normal file
View File

@ -0,0 +1,9 @@
<script>
import LitStatus from '$lib/LitStatus.svelte';
import AuthSign from '$lib/AuthSig.svelte';
import Send from '$lib/Send.svelte';
</script>
<LitStatus />
<AuthSign />
<Send />