removed nextjs example implementation
This commit is contained in:
9
src/routes/+page.svelte
Normal file
9
src/routes/+page.svelte
Normal 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 />
|
Reference in New Issue
Block a user