mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 15:29:44 +01:00
- remove import of module send from state package. This can cause some circular dependencies going forward and should be avoided. As a general rule, only app can import modules.
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './sendFormMiddleware';
|
|
export * from './sendFormThunks';
|