{#each $appState.toasts as toast (toast.id)}
{toast.message}
{/each}
{$appState.socketConnected ? 'ONLINE' : 'OFFLINE'}
{userInitial()}
{@render children()}