diff --git a/examples/companion-custom-provider/client/MyCustomProvider.jsx b/examples/companion-custom-provider/client/MyCustomProvider.jsx index f658a2529..a3883241a 100644 --- a/examples/companion-custom-provider/client/MyCustomProvider.jsx +++ b/examples/companion-custom-provider/client/MyCustomProvider.jsx @@ -1,7 +1,11 @@ /** @jsx h */ -import { getAllowedHosts, Provider, tokenStorage } from '@uppy/core/companion-client' import { UIPlugin } from '@uppy/core' +import { + getAllowedHosts, + Provider, + tokenStorage, +} from '@uppy/core/companion-client' import { ProviderViews } from '@uppy/core/provider-views' const defaultOptions = {}