diff --git a/src/chrome/offscreen/offscreen.ts b/src/chrome/offscreen/offscreen.ts index 7033be6..6a8720b 100644 --- a/src/chrome/offscreen/offscreen.ts +++ b/src/chrome/offscreen/offscreen.ts @@ -6,9 +6,6 @@ import { LogsClient } from './logs-client' import { WalletConnectionClient } from './wallet-connection/wallet-connection-client' import { walletConnectionClientFactory } from './wallet-connection/factory' import { OffscreenInitializationMessages } from './helpers/offscreen-initialization-messages' -import { createTRPCProxyClient } from '@trpc/client' -import { BackgroundRouter } from 'chrome/background/router/router' -import { chromeLink } from 'trpc-chrome/link' import { createChromeHandler } from 'trpc-chrome/adapter' import { offscreenRouter } from './router/router' import { backgroundClient } from './router/clients/background'