♻️ Update the typing for chunkedTranfer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { fileSystemClient, type TransferProgress } from '$lib/filesystem/chunkedTransfer'
|
||||
import { fileSystemClient } from '$lib/filesystem/chunkedTransfer'
|
||||
import type { TransferProgress } from '$lib/types/models'
|
||||
import { onMount } from 'svelte'
|
||||
|
||||
let currentPath = '/'
|
||||
|
||||
Reference in New Issue
Block a user