ME-FIT
{#if user}
{user?.email}
signOut()}>Sign Out
{:else}
Sign Up
Sign In
{/if}
{#each toasts as toast}
{toast.message}
{/each}