Skip to content

Commit

Permalink
code: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Nov 22, 2024
1 parent 29f9b75 commit 6186a3a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/chrome/offscreen/offscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6186a3a

Please sign in to comment.