ソースを参照

fixup! fix type imports (#5038)

Antoine du Hamel 1 年間 前
コミット
e46db4042a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/@uppy/box/src/Box.tsx

+ 1 - 1
packages/@uppy/box/src/Box.tsx

@@ -9,7 +9,7 @@ import { ProviderViews } from '@uppy/provider-views'
 import { h, type ComponentChild } from 'preact'
 
 import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'
-import type { UnknownProviderPluginState } from '@uppy/core/lib/Uppy.ts'
+import type { UnknownProviderPluginState } from '@uppy/core/lib/Uppy'
 import locale from './locale.ts'
 // eslint-disable-next-line @typescript-eslint/ban-ts-comment
 // @ts-ignore We don't want TS to generate types for the package.json