Share {collection.name}

Share this collection with other users.

Shared With

    {#each sharedWithUsers as user}
    share(event.detail)} on:unshare={(event) => unshare(event.detail)} />
    {/each}

Not Shared With

    {#each notSharedWithUsers as user}
    share(event.detail)} on:unshare={(event) => unshare(event.detail)} />
    {/each}