Skip to content

Commit

Permalink
@uppy/onedrive: fix AsyncStore import
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Jan 7, 2025
1 parent d378791 commit 57e9bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/onedrive/src/OneDrive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { UIPlugin, Uppy } from '@uppy/core'
import { ProviderViews } from '@uppy/provider-views'
import { h, type ComponentChild } from 'preact'

import type { AsyncStore } from '@uppy/core/src/Uppy.js'
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'
import type {
AsyncStore,
UnknownProviderPlugin,
UnknownProviderPluginState,
} from '@uppy/core/lib/Uppy.js'
Expand Down

0 comments on commit 57e9bd9

Please sign in to comment.