extends UIPlugin<
{info.message}{' '}
{info.details && (
- // biome-ignore lint/a11y/useKeyWithClickEvents: ...
+ // biome-ignore lint/a11y/useKeyWithClickEvents: don't think it's needed
= {
diff --git a/packages/@uppy/provider-views/src/Browser.tsx b/packages/@uppy/provider-views/src/Browser.tsx
index 8993a1db1..9be064681 100644
--- a/packages/@uppy/provider-views/src/Browser.tsx
+++ b/packages/@uppy/provider-views/src/Browser.tsx
@@ -5,9 +5,7 @@ import type {
PartialTreeFolderNode,
} from '@uppy/core'
import type { I18n } from '@uppy/utils/lib/Translator'
-// @ts-ignore untyped
import VirtualList from '@uppy/utils/lib/VirtualList'
-import { h } from 'preact'
import { useEffect, useState } from 'preact/hooks'
import Item from './Item/index.js'
import type ProviderView from './ProviderView/ProviderView.js'
diff --git a/packages/@uppy/provider-views/src/FooterActions.tsx b/packages/@uppy/provider-views/src/FooterActions.tsx
index 185db3b9e..179e3d623 100644
--- a/packages/@uppy/provider-views/src/FooterActions.tsx
+++ b/packages/@uppy/provider-views/src/FooterActions.tsx
@@ -1,7 +1,6 @@
import type { Body, Meta, PartialTree } from '@uppy/core'
import type { I18n } from '@uppy/utils/lib/Translator'
import classNames from 'classnames'
-import { h } from 'preact'
import { useMemo } from 'preact/hooks'
import type ProviderView from './ProviderView/ProviderView.js'
import getNumberOfSelectedFiles from './utils/PartialTreeUtils/getNumberOfSelectedFiles.js'
diff --git a/packages/@uppy/provider-views/src/GooglePicker/GooglePickerView.tsx b/packages/@uppy/provider-views/src/GooglePicker/GooglePickerView.tsx
index 77d5c4f96..5f8e36c62 100644
--- a/packages/@uppy/provider-views/src/GooglePicker/GooglePickerView.tsx
+++ b/packages/@uppy/provider-views/src/GooglePicker/GooglePickerView.tsx
@@ -1,6 +1,5 @@
import type { AsyncStore, Uppy } from '@uppy/core'
import type { I18n } from '@uppy/utils/lib/Translator'
-import { h } from 'preact'
import { useCallback, useEffect, useRef, useState } from 'preact/hooks'
import AuthView from '../ProviderView/AuthView.js'
import {
diff --git a/packages/@uppy/provider-views/src/GooglePicker/icons.tsx b/packages/@uppy/provider-views/src/GooglePicker/icons.tsx
index 0a83b5367..0e911d635 100644
--- a/packages/@uppy/provider-views/src/GooglePicker/icons.tsx
+++ b/packages/@uppy/provider-views/src/GooglePicker/icons.tsx
@@ -1,5 +1,3 @@
-import { h } from 'preact'
-
export const GooglePhotosIcon = () => (