{#key selectedUser} { users = await getUsers(localStorage.token); }} /> {/key}
{#if loaded}
All Users
{users.length}
ⓘ Click on the user role button to change a user's role.

{#each users as user} {/each}
Role Name Email Action
user
{user.name}
{user.email}
{/if}