Skip to content

Commit fac9731

Browse files
authored
chore: remove unused imports
Signed-off-by: Cody Olsen <[email protected]>
1 parent f4da85f commit fac9731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {catchError, mergeMap, mergeMapTo, switchMap} from 'rxjs/operators'
44
import type {SanityClient} from 'sanity'
55

66
import {createUpChunkObservable} from '../clients/upChunkObservable'
7-
import type {MuxAsset, MuxNewAssetSettings, PluginConfig, UploadConfig} from '../util/types'
7+
import type {MuxAsset, MuxNewAssetSettings} from '../util/types'
88
import {getAsset} from './assets'
99
import {testSecretsObservable} from './secrets'
1010

0 commit comments

Comments
 (0)