From 3d41438648f3b31e406cab843ebc3cbde45c9b13 Mon Sep 17 00:00:00 2001 From: Ludovit Scholtz Date: Fri, 20 Oct 2023 08:19:13 +0200 Subject: [PATCH] error TS6133: 'RxEvents' is declared but its value is never read. --- src/post-messages/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/post-messages/index.ts b/src/post-messages/index.ts index 1b20e8a..a4fe801 100644 --- a/src/post-messages/index.ts +++ b/src/post-messages/index.ts @@ -1,11 +1,7 @@ -// -import { RxEvents } from './rx'; -import { TxEvents } from './tx'; - // TODO change to enum? export type IFrameCtx = 'dapp' | 'standalone' | 'popup' | 'embedded'; // re-exports export * from './base'; export * from './rx'; // rx: from inkey-wallet -export * from './tx'; // tx: from inkey-client (dapp) \ No newline at end of file +export * from './tx'; // tx: from inkey-client (dapp)