Skip to content

Commit 988cc2d

Browse files
committed
try to fix build error
1 parent abb7261 commit 988cc2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@uppy/google-drive-picker/src/GoogleDrivePicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { h } from 'preact'
22
import { UIPlugin, Uppy } from '@uppy/core'
33
import { GooglePickerView } from '@uppy/provider-views'
4-
import { GoogleDriveIcon } from '@uppy/provider-views/src/GooglePicker/icons.js'
4+
import { GoogleDriveIcon } from '@uppy/provider-views/lib/GooglePicker/icons.js'
55
import {
66
RequestClient,
77
type CompanionPluginOptions,

packages/@uppy/google-photos-picker/src/GooglePhotosPicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { h } from 'preact'
22
import { UIPlugin, Uppy } from '@uppy/core'
33
import { GooglePickerView } from '@uppy/provider-views'
4-
import { GooglePhotosIcon } from '@uppy/provider-views/src/GooglePicker/icons.js'
4+
import { GooglePhotosIcon } from '@uppy/provider-views/lib/GooglePicker/icons.js'
55
import {
66
RequestClient,
77
type CompanionPluginOptions,

0 commit comments

Comments
 (0)