Skip to content

Commit

Permalink
try to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 26, 2024
1 parent abb7261 commit 988cc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { h } from 'preact'
import { UIPlugin, Uppy } from '@uppy/core'
import { GooglePickerView } from '@uppy/provider-views'
import { GoogleDriveIcon } from '@uppy/provider-views/src/GooglePicker/icons.js'
import { GoogleDriveIcon } from '@uppy/provider-views/lib/GooglePicker/icons.js'
import {
RequestClient,
type CompanionPluginOptions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { h } from 'preact'
import { UIPlugin, Uppy } from '@uppy/core'
import { GooglePickerView } from '@uppy/provider-views'
import { GooglePhotosIcon } from '@uppy/provider-views/src/GooglePicker/icons.js'
import { GooglePhotosIcon } from '@uppy/provider-views/lib/GooglePicker/icons.js'
import {
RequestClient,
type CompanionPluginOptions,
Expand Down

0 comments on commit 988cc2d

Please sign in to comment.