From 6ebe5603a3b850342df3eca1f2377e29c6099b3c Mon Sep 17 00:00:00 2001 From: prakash Date: Tue, 30 Jun 2026 16:32:41 +0530 Subject: [PATCH] remove dangling import --- examples/companion-custom-provider/client/MyCustomProvider.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion-custom-provider/client/MyCustomProvider.jsx b/examples/companion-custom-provider/client/MyCustomProvider.jsx index b8fd62b25..f658a2529 100644 --- a/examples/companion-custom-provider/client/MyCustomProvider.jsx +++ b/examples/companion-custom-provider/client/MyCustomProvider.jsx @@ -1,6 +1,6 @@ /** @jsx h */ -import { getAllowedHosts, Provider, tokenStorage } from '@uppy/companion-client' +import { getAllowedHosts, Provider, tokenStorage } from '@uppy/core/companion-client' import { UIPlugin } from '@uppy/core' import { ProviderViews } from '@uppy/core/provider-views'