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'