Projects

{#if $projectsQuery.isLoading}

Loading...

{:else if $projectsQuery.error}
Error: {JSON.stringify($projectsQuery.error, null, 2)}
{:else}
{JSON.stringify($projectsQuery.data, null, 2)}
{/if}