Browse Source

@uppy/core: remove unused import (#4972)

Antoine du Hamel 1 năm trước cách đây
mục cha
commit
71a8e54609
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/@uppy/core/src/Uppy.ts

+ 0 - 1
packages/@uppy/core/src/Uppy.ts

@@ -47,7 +47,6 @@ import packageJson from '../package.json'
 import locale from './locale.ts'
 
 import type BasePlugin from './BasePlugin.ts'
-import type UIPlugin from './UIPlugin.ts'
 import type { Restrictions, ValidateableFile } from './Restricter.ts'
 
 type Processor = (fileIDs: string[], uploadID: string) => Promise<void> | void