The Complete Graph Data Science Platform
{#if path}
{path}
{/if} {#await list}
Loading...
{:then list} {#each list as item}
{#if item.type === 'directory'}
{:else}
{/if} {shortName(item)}
{/each} {:catch error}
{error.message}
{/await}