mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-14 03:23:44 +00:00
feat(#9): Add sign up
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
<h1>Welcome to SvelteKit</h1>
|
||||
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
|
||||
<script lang="ts">
|
||||
import SignUp from '$lib/components/SignUp.svelte';
|
||||
|
||||
export let data;
|
||||
let { supabase } = data;
|
||||
$: ({ supabase } = data);
|
||||
</script>
|
||||
|
||||
<SignUp {supabase} />
|
||||
|
||||
Reference in New Issue
Block a user