From f4ad791a43ee41eaa173487c3f96c75b0feb8bf9 Mon Sep 17 00:00:00 2001 From: Martin Homola Date: Thu, 6 Feb 2025 12:03:46 +0100 Subject: [PATCH] chore(trading): update default export --- suite-common/trading/src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/suite-common/trading/src/index.ts b/suite-common/trading/src/index.ts index 8f5f7547871..ce2589a0f60 100644 --- a/suite-common/trading/src/index.ts +++ b/suite-common/trading/src/index.ts @@ -3,3 +3,9 @@ export * from './invityAPI'; export * from './regional'; export * from './utils'; export * from './constants'; +export * from './reducers/tradingReducer'; +export * from './middlewares/tradingMiddleware'; +export * from './actions/tradingActions'; +export * from './actions/buyActions'; +export * from './thunks/buyThunks'; +export * from './thunks/tradingThunks';